https://github.com/amirbayat0/dicee_flutter
I Created This App While I Was Learning Flutter
https://github.com/amirbayat0/dicee_flutter
dart dice-game dice-roller flutter game
Last synced: 7 months ago
JSON representation
I Created This App While I Was Learning Flutter
- Host: GitHub
- URL: https://github.com/amirbayat0/dicee_flutter
- Owner: AmirBayat0
- Created: 2021-11-14T06:02:07.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-25T16:58:18.000Z (almost 4 years ago)
- Last Synced: 2025-01-14T11:24:43.257Z (9 months ago)
- Topics: dart, dice-game, dice-roller, flutter, game
- Language: HTML
- Homepage:
- Size: 268 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dicee 🎲
I Created This Simple App While I Was Learning Flutter
## On My Way To Learn Flutter
### What I Create
You can make the die roll at the press of a button. With this app in your pocket, you'll be able to settle any score on the go!
#### What i learn
- How to use Flutter stateless widgets to design the user interface.
- How to use Flutter stateful widgets to update the user interface.
- How to change the properties of various widgets.
- How to use onClick listeners to detect when buttons are pressed.
- How to use setState to mark the widget tree as dirty and requiring update on the next render.
- How to use expanded to make widgets adapt to screen dimensions.
- Understand and use string interpolation.
- Learn about basic dart programming concepts such as data types and functions.
- Code and use gesture controls.