-
Notifications
You must be signed in to change notification settings - Fork 3
Keynote #3
Comments
Technical overview/Core principles
|
Introduction to widgetsOverview
Basic widgets
Lifecycle events
Why
|
LayoutKey points
Lay out a widget
Lay out multiple widgets vertically and horizontally
Common layout widgets
Constraints
Creating responsive apps
参考
|
DevToolsOverview
Flutter inspector
Timeline viewMemory viewPerformance viewNetwork viewDebuggerLogging view参考 |
State managementFlutter is declarative. This means that Flutter builds its user interface to reflect the current state of your app:
Key points
Differentiate between ephemeral state and app state
When asked about React’s setState versus Redux’s store, the author of Redux, Dan Abramov, replied:
List of state management approaches
参考 |
初识 Flutter
The text was updated successfully, but these errors were encountered: