Installing is fairly simple, as releases are published frequently, however, if you want to be on the bleeding edge of development, follow the steps below to compile from source.
- Install the Flutter framework
- Follow the steps on the Flutter install page to install all of Flutter's dependencies
- Clone the git repository
- Run
flutter build apk
or, if you have an emulator open,flutter run
- The app should be working! If you have any issues, feel free to make a pull request or submit an issue.