A Flutter application to control the cigarette problem
Read Time:1 Minute, 0 Second

A Flutter application to control the cigarette problem

0 0

Cigarette Control

A Flutter application to control the 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.

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request 😀

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

GitHub

Happy
Happy
0 %
Sad
Sad
0 %
Excited
Excited
0 %
Sleepy
Sleepy
0 %
Angry
Angry
0 %
Surprise
Surprise
0 %

Average Rating

5 Star
0%
4 Star
0%
3 Star
0%
2 Star
0%
1 Star
0%

Deja una respuesta

Entrada anterior An IntelliJ plugin for Flutter development
Entrada siguiente A resource to help developers evaluate and use Flutter