A mastodon client written in Flutter
Find a file
2026-03-17 14:52:17 +01:00
android Implement login flow 2026-03-08 18:08:16 +01:00
assets init 2026-03-08 17:28:59 +01:00
ios Implement login flow 2026-03-08 18:08:16 +01:00
lib init compose screen 2026-03-17 14:52:17 +01:00
macos Implement login flow 2026-03-08 18:08:16 +01:00
.gitignore init 2026-03-08 17:28:59 +01:00
.metadata init 2026-03-08 17:28:59 +01:00
analysis_options.yaml init 2026-03-08 17:28:59 +01:00
pubspec.lock kinda working timeline :D 2026-03-15 10:20:46 +01:00
pubspec.yaml kinda working timeline :D 2026-03-15 10:20:46 +01:00
README.md init 2026-03-08 17:28:59 +01:00

flustodon

A mastodon client written in Flutter

Building

Build using flutter for your platform.

Development

Format using

flutter pub run import_sorter:main
dart format .

If models have changed, run

dart run build_runner build --delete-conflicting-outputs