Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.27 KB

README.md

File metadata and controls

31 lines (19 loc) · 1.27 KB

Dice Roll App

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.

Features

  • Utilizes the setState function to update the UI when the button is pressed.
  • Uses the random package to generate random numbers for the dice.

Screenshots

Screenshot 1 Screenshot 2 Screenshot 3
Screenshot 1 Screenshot 2 Screenshot 3
Caption for Screenshot 1 Caption for Screenshot 2 Caption for Screenshot 3

Usage

Simply press the "Roll" button to roll the dice and see the results.

Contributing

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.