This Flutter app is a simple dice roller that allows users to simulate rolling a pair of six-sided dice. It's a fun and easy way to make decisions or play games that involve dice rolls.
- Simulate rolling two six-sided dice.
- Intuitive and user-friendly interface.
-
Clone the repository:
git clone https://github.com/AyushGaikwad05/Roll-Dice#roll-dice
-
Navigate to the project folder:
cd flutter-roll-dice
-
Install dependencies:
flutter pub get
-
Run the app:
flutter run
- Open the app on your device or emulator.
- Tap the "Roll Dice" button to simulate rolling the dice.
- The result will be displayed on the screen.
If you'd like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix:
git checkout -b feature-name
. - Make your changes and commit them:
git commit -m 'Add new feature'
. - Push to the branch:
git push origin feature-name
. - Create a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
- Ayush Gaikwad
- Email: ayushgaikwad0605@gmail.com
- Instagram: ayush_gaikwad0605
Feel free to reach out if you have any questions, suggestions, or issues.
Happy coding!