A mumble client written in flutter, targeting mobile primarily
Install Flutter on your local machine
Chatter uses a few codegen packages ( app localizations, riverpod ), so when developing, its easiest to have
the dart build_runner (the thing that does the code generating) running in watch mode. In other words,
open a separate terminal and run
dart run build_runner watchThis will have the build_runner watch for file changes and recompute any codegen files as necessary.
For one-shot codegen'ing, you can just run
dart run build_runner build- Android
- iOS
- Optionally:
- Linux
- Windows
- MacOS
- Web?
- Setup Github actions to auto lint and test PRs to
main - Setup some simple git hooks to do the same on dev's machine before committing
- Add nix flake for dev env