The application is a game, where the Player can press a button to "Roll a dice", and get a Random result anywhere between 1 and 6, the Player gets 10 chances to play, and every time the result of the dice roll should get added to the Player's score. After 10 attempts the player's results should be logged into the leaderboard.
This app have 5 screens
- Login
- Registration
- Dashboard
- LeaderBoard
- Roll Dice
To run this project please follow below steps
- Your system should have Flutter SDK pre-installed.
- Run flutter pub get in termial at flutter_app/
- for ios run pod install in termial at lutter_app/ios
- Launch emulatior/simulator or connection mobile device with computer/laptop and run flutter run in terminal