Contributions are welcome and will be fully credited.
We accept contributions via Pull Requests on Github.
- Please follow the instructions to install flutter
- Fork the project
- Clone the project locally
git@github.com:%yourUser%/%yourTepo%.git
- Install dependencies
flutter pub get
- It is recommended to run
flutter pub run build_runner watch --delete-conflicting-outputs
each time you run the app ( more info) - Run the code in Android studio
- All pull requests must be made on
dev
branch.
todo
Happy coding!