cigarette problem
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.
- download 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
Comments are closed.