A mastodon client app development by flutter
https://github.com/duduapp/dudu
This repository has been archived on 2026年03月01日 . You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
- Dart 97%
- Java 2.4%
- Ruby 0.3%
- Shell 0.2%
- Objective-C 0.1%
|
|
||
|---|---|---|
| .fvm | add fvm config | |
| .github/workflows | add github workflow to build apk | |
| android | adjust for github actions | |
| assets | add icon | |
| i18n | fix font size after set language | |
| image | fix and optimize | |
| ios | update ios config | |
| lib | add fvm config | |
| .gitignore | adjust for github actions | |
| .metadata | 初始化搭建项目 | |
| flutter_launcher_icons.yaml | notifications | |
| flutter_native_splash.yaml | splash page,login page picture | |
| l10n.yaml | i18n | |
| LICENSE | LICENSE | |
| LICENSE-mah93 | LICENSE | |
| pubspec.lock | add pubspec.lock | |
| pubspec.yaml | local deps to github | |
| README.md | add app store | |
| README.zh.md | add app store | |
Dudu
A mastodon client development by flutter which support android and ios.
Features
Multiple Account
Dark and black theme
Translate toot to other language
Publish and vote poll
Display custom emoji
View other site public timeline without login
...
Install
I use flutter 1.22.6 in this project, you can use fvm to manage flutter versions. If you choose to use fvm, after install fvm, run following commands.
git clone https://github.com/duduapp/dudu
cd dudu
fvm install 1.22.6
fvm flutter pub get
fvm flutter run
Screenshot
Apk download
This apk is generated by github action, read the file to see more detail. Apk File
App Store
About language
Only chinese and english are translated by human,other languages are translated by machine.so contribution are welcome.
License
This project forked Fastodon