An open API service indexing awesome lists of open source software.

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 📱

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.