From f4c04424f0069ba9dc25c2dbd8ce502508d9b4c2 Mon Sep 17 00:00:00 2001 From: TheMuellenator Date: Fri, 9 Aug 2019 15:39:01 +0100 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index e4cdb18..6e8a870 100644 --- a/README.md +++ b/README.md @@ -175,6 +175,21 @@ * [ListView Class Documentation](https://docs.flutter.io/flutter/widgets/ListView-class.html) * [Guide to the Firestore Security Rules](https://firebase.google.com/docs/firestore/security/get-started) +## 13. Flutter State Management + +* [Todoey Stub Project](https://github.com/londonappbrewery/todoey-flutter) +* [Todoey Design Guide](https://drive.google.com/uc?export=download&id=1Kz6y_DZA6slg-56kktB4Svkk1XNY8ACX) +* [Flutter BottomSheet Class](https://api.flutter.dev/flutter/material/BottomSheet-class.html) +* [showModalBottomSheet() function](https://api.flutter.dev/flutter/material/showModalBottomSheet.html) +* [WidgetBuilder function](https://api.flutter.dev/flutter/widgets/WidgetBuilder.html) +* [The ListView Class](https://api.flutter.dev/flutter/widgets/ListView-class.html) +* [Flutter State Management at Google I/O 2019](https://youtu.be/d_m5csmrf7I) +* [The Provider Package](https://pub.dev/packages/provider) +* [The InheritedWidget Class](https://api.flutter.dev/flutter/widgets/InheritedWidget-class.html) + + + +