Skip to content

Commit f4c0442

Browse files
Update README.md
1 parent 7acd80d commit f4c0442

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,21 @@
175175
* [ListView Class Documentation](https://docs.flutter.io/flutter/widgets/ListView-class.html)
176176
* [Guide to the Firestore Security Rules](https://firebase.google.com/docs/firestore/security/get-started)
177177

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+
178193

179194

180195

0 commit comments

Comments
 (0)