A simple roll dice game in flutter
In this application, Player can press a button to “Roll Now”, and get a Random result 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 Leader board. It is a Multi-User Application (Login with Phonenumber verfication using firebase)
1.Add firebase lib in pubspec.yaml file from pub.dev 2. Bloc pattren used for state managent