You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/roadmap.md
+22-1Lines changed: 22 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,13 @@
13
13
*[x] Stack
14
14
*[x] ListView
15
15
*[x] GridView
16
+
*[ ] Divider
17
+
*[ ] VerticalDivider
16
18
* App structure and navigation
17
19
*[x] Tabs
20
+
*[ ] AppBar
21
+
*[ ] NavigationRail
22
+
*[ ] NavigationBar
18
23
* Basic controls
19
24
*[x] Text
20
25
*[x] Icon
@@ -24,10 +29,13 @@
24
29
*[x] ProgressRing
25
30
* Buttons
26
31
*[x] ElevatedButton
32
+
*[x] FilledButton
33
+
*[x] FilledTonalButton
27
34
*[x] OutlinedButton
28
35
*[x] TextButton
29
36
*[x] IconButton
30
37
*[x] FloatingActionButton
38
+
*[ ] PopupMenuButton
31
39
* Input and selections
32
40
*[x] TextField
33
41
*[x] Dropdown
@@ -59,12 +67,14 @@
59
67
60
68
## Sprint 2
61
69
70
+
* Authentication
62
71
* Controls
72
+
* Navigation
73
+
* NavigationDrawer
63
74
* Layout
64
75
* Row (responsive)
65
76
* Column (responsive)
66
77
* Behavior
67
-
* Complex embeddable values for `padding`, `marging`, etc, e.g. `.padding = { 'left': 10, 'right': 20 }`
68
78
* Visual Density ([more](https://api.flutter.dev/flutter/material/VisualDensity-class.html))
69
79
* Early detection of layout issues (like enabling scrolling in unbounded controls) with [Layout Builder](https://api.flutter.dev/flutter/widgets/LayoutBuilder-class.html).
70
80
* Scroll speed on Windows Desktop [The issue](https://github.com/flutter/flutter/issues/67985)
0 commit comments