A Flutter application to control the cigarette problem.
If you've found an error in this project, please file an issue: https://github.com/feragusper/QuitBuddy/issues
Patches are encouraged, and may be submitted by forking this project and submitting a pull request through GitHub.
Pull requests are welcome.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
This project was build using Flutter
In order to make an Android release build:
- Create a signature in android/buildsystem/key.jks
- Create a properties file in andrid/buildsystem/key.properties with the values storePassword, keyPassword, keyAlias, storeFile
- Change the version by modifying the version property in pubspec.yml (versionName+versionCode)
- Run flutter build appbundle
In order to test web builds:
- flutter run -d chrome --web-hostname localhost --web-port 7357
This project follows architecture guidelines that are based on [BLOC Sample] (https://github.com/brianegan/flutter_architecture_samples/tree/master/simple_bloc_flutter).
- RxDart
- BLOC
- Firestore
- Firebase Auth
- Google Sign In
Please see the file called LICENSE.