File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 175
175
* [ ListView Class Documentation] ( https://docs.flutter.io/flutter/widgets/ListView-class.html )
176
176
* [ Guide to the Firestore Security Rules] ( https://firebase.google.com/docs/firestore/security/get-started )
177
177
178
+ ## 13. Flutter State Management
179
+
180
+ * [ Todoey Stub Project] ( https://github.com/londonappbrewery/todoey-flutter )
181
+ * [ Todoey Design Guide] ( https://drive.google.com/uc?export=download&id=1Kz6y_DZA6slg-56kktB4Svkk1XNY8ACX )
182
+ * [ Flutter BottomSheet Class] ( https://api.flutter.dev/flutter/material/BottomSheet-class.html )
183
+ * [ showModalBottomSheet() function] ( https://api.flutter.dev/flutter/material/showModalBottomSheet.html )
184
+ * [ WidgetBuilder function] ( https://api.flutter.dev/flutter/widgets/WidgetBuilder.html )
185
+ * [ The ListView Class] ( https://api.flutter.dev/flutter/widgets/ListView-class.html )
186
+ * [ Flutter State Management at Google I/O 2019] ( https://youtu.be/d_m5csmrf7I )
187
+ * [ The Provider Package] ( https://pub.dev/packages/provider )
188
+ * [ The InheritedWidget Class] ( https://api.flutter.dev/flutter/widgets/InheritedWidget-class.html )
189
+
190
+
191
+
192
+
178
193
179
194
180
195
You can’t perform that action at this time.
0 commit comments