A mastodon client written in Flutter
| android | ||
| assets | ||
| ios | ||
| lib | ||
| macos | ||
| .gitignore | ||
| .metadata | ||
| analysis_options.yaml | ||
| pubspec.lock | ||
| pubspec.yaml | ||
| README.md | ||
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