Cigarette Control
A Flutter application to control the cigarette problem.
Google Play : https://play.google.com/store/apps/details?id=com.feragusper.cigarette_control
Support
If you've found an error in this project, please file an issue: https://github.com/feragusper/CigaretteControl/issues
Patches are encouraged, and may be submitted by forking this project and submitting a pull request through GitHub.
Contribute
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
Build Configuration
This project was build using Flutter
Release
In order to make an Android release build it's necessary to:
- 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 apk --split-per-abi --no-shrink
Architecture
This project follows architecture guidelines that are based on [Firestore Redux Sample] (https://github.com/brianegan/flutter_architecture_samples/tree/master/firestore_redux).
Libraries and tools included
- Redux
- Firestore
- Intl