A simple Flutter application that simulates rolling dice.
- Tap the dice to roll and get a random number.
- Clean and intuitive UI.
- Great for learning Flutter basics.
- Clone the repository:
git clone https://github.com/gourav18dart/Dice_App.git
- Navigate to the project directory:
cd dice_app/dice_game
- Get dependencies:
flutter pub get
- Run the app:
flutter run
Feel free to contribute or suggest improvements!