Flutter en image

Tout est widget

https://flutter.dev/docs/resources/technical-overview
A mathematical formula of UI = f(state). 'UI' is the layout on the screen. 'f' is your build methods. 'state' is the application state.
https://flutter.dev/docs/development/data-and-backend/state-mgmt/declarative

Les états : app and ephemeral states

A flow chart. Start with 'Data'. 'Who needs it?'. Three options: 'Most widgets', 'Some widgets' and 'Single widget'. The first two options both lead to 'App state'. The 'Single widget' option leads to 'Ephemeral state'.



Comments

One response to “Flutter en image”

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.