Skip to content

Latest commit

 

History

History
75 lines (27 loc) · 1.24 KB

README.md

File metadata and controls

75 lines (27 loc) · 1.24 KB

Coin App

Its a toss application based on Flutter Framework

Getting Started

If you want to build this app from the source,

You need to install Flutter framework and install it in your system path.

Here is all the guide you need.

https://docs.flutter.dev/get-started/install

Building App from Code

Simply download this repository or clone it.

Navigate to the downloaded folder (after extracting zip file)

Run this command

Replace x with any interger like 1,2,3...
flutter build apk --build-name=CoinApp --build-number=x

Now navigate to

build/app/outputs/flutter-apk

YOU HAVE NOW SUCCESSFULLY BUILT THE APP FROM SCRATCH.

To Just See the Code

Navigate to lib folder in the project folder or github.

How App is Working ?

Logic: We are just simply generating the Random number. After generating the Random Number, we are checking it if its even or odd. If its even, then we are outputting the head else tails.

Navigation: In naviagtion part we are using routes and controlling whole Navigation using Navigator property.

UI Elements: UI elements like colors, fonts etc are placed in assets.dart file.