-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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: