/Dicee

Primary LanguageDart


Dicee

This repo is a part of flutter beginner series from londonappbrewery

This Flutter app , generates two random dices .


📷 Demo:


🎯 Prerequisites

Requires Android Studio.

  • Latest Android Studio Installed
  • An Android device/iOS device

Building the code is as simple as:

  • Launch Android Studio
  • Open the project from the folder where you have downloaded the code using menu File -> Open
  • Build using menu Build -> Rebuild Project
  • It may take a while to build the project for the first time.
  • Once the build is over, run on the device using menu Run -> Run (app)

🎯 Getting the project.

$ git clone https://github.com/logicinfinite/Dicee
or 
Download and extract the Zip-File

🎯 Contributors


Build variants

Use the Android Studio Build Variants button to choose between production and staging flavors combined with debug and release build types

Generating signed APK

From Android Studio:

  1. Build menu
  2. Generate Signed APK...
  3. Fill in the keystore information (you only need to do this once manually and then let Android Studio remember it)

Maintainers

This project is mantained by:


Contributing:

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -m 'Add some feature')
  4. Run the linter (ruby lint.rb').
  5. Push your branch (git push origin my-new-feature)
  6. Create a new Pull Request