This Flutter app simulates rolling dice. Every time the button is pressed, it randomly generates a number for each die, giving the appearance of rolling dice.
- Utilizes the
setState
function to update the UI when the button is pressed. - Uses the
random
package to generate random numbers for the dice.
Screenshot 1 | Screenshot 2 | Screenshot 3 |
---|---|---|
Caption for Screenshot 1 | Caption for Screenshot 2 | Caption for Screenshot 3 |
Simply press the "Roll" button to roll the dice and see the results.
Contributions are welcome! Here are a few ways you can contribute:
- Report bugs
- Suggest new features
- Write or improve documentation
- Fix typos
Please feel free to open an issue or submit a pull request.