mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
23 lines
317 B
Plaintext
23 lines
317 B
Plaintext
-Basic Sync output (build a thing)
|
|
-Div, Image, Anchor, Text
|
|
|
|
-Sync
|
|
-Text Node
|
|
-Container
|
|
-Childlist mutations
|
|
-Image
|
|
-Anchor
|
|
|
|
-Styling
|
|
-StyleObjects
|
|
-inlineStyle
|
|
-StyleNode
|
|
|
|
-Event Dispatch
|
|
|
|
-Components
|
|
-Stateless vs stateful
|
|
-Mount/Unmount signals
|
|
-setState/scheduleBuild build
|
|
-getRoot
|