Archived
1
0
Fork
You've already forked dudu
0
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%
Find a file
2023年01月10日 18:42:59 +08:00
.fvm add fvm config 2023年01月09日 15:23:35 +08:00
.github/workflows add github workflow to build apk 2023年01月10日 14:56:34 +08:00
android adjust for github actions 2023年01月09日 19:06:24 +08:00
assets add icon 2021年01月18日 16:34:40 +08:00
i18n fix font size after set language 2021年01月18日 21:23:09 +08:00
image fix and optimize 2020年09月03日 01:37:17 +08:00
ios update ios config 2021年01月23日 10:39:20 +08:00
lib add fvm config 2023年01月09日 15:23:35 +08:00
.gitignore adjust for github actions 2023年01月09日 19:06:24 +08:00
.metadata 初始化搭建项目 2019年02月22日 10:53:53 +08:00
flutter_launcher_icons.yaml notifications 2020年07月21日 23:01:11 +08:00
flutter_native_splash.yaml splash page,login page picture 2020年08月09日 22:03:38 +08:00
l10n.yaml i18n 2020年12月24日 16:43:38 +08:00
LICENSE LICENSE 2023年01月10日 18:03:36 +08:00
LICENSE-mah93 LICENSE 2023年01月10日 18:03:36 +08:00
pubspec.lock add pubspec.lock 2023年01月09日 15:55:52 +08:00
pubspec.yaml local deps to github 2023年01月09日 15:17:54 +08:00
README.md add app store 2023年01月10日 18:42:59 +08:00
README.zh.md add app store 2023年01月10日 18:42:59 +08:00

Language: English | 中文简体

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

App Store

About language

Only chinese and english are translated by human,other languages are translated by machine.so contribution are welcome.

License

MIT

This project forked Fastodon