RollDice is a simple mobile application developed using Flutter and Dart. This app was created as a basic learning project to understand fundamental concepts of Flutter and Dart programming. The app simulates the rolling of a six-sided dice, providing users with a random number between 1 and 6 with each roll. 📱📚
- Roll Dice: When the user taps on the dice icon, the app generates a random number between 1 and 6 and displays it on the screen. 🎲🔄
- Clone the repository:
git clone https://github.com/rasikasrimal/Flutter_RollDice
- Change into the project directory:
cd RollDiceApp
- Install dependencies:
flutter pub get
- Run the app:
flutter run
▶️ 🚀
- Flutter installed on your machine. For more information on Flutter installation, visit here.
- The RollDice app was created with the support of the Flutter community and various online tutorials and resources. 🙏🌟