https://github.com/amamov/setstate-dice
📱 state handle Flutter app 📱
https://github.com/amamov/setstate-dice
Last synced: 7 months ago
JSON representation
📱 state handle Flutter app 📱
- Host: GitHub
- URL: https://github.com/amamov/setstate-dice
- Owner: amamov
- Created: 2021-02-17T17:43:17.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-18T16:04:02.000Z (over 4 years ago)
- Last Synced: 2025-01-17T11:42:33.308Z (9 months ago)
- Language: Dart
- Size: 549 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dice 🎲
## Goal
How to make apps with functionality using setState() inside Stateful Flutter widgets.
## What I will 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 onPressed 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.