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
*[Flutter Architecture Samples](http://fluttersamples.com/), by Brian Egan
19
+
13
20
## setState
14
21
15
-
*[Build reactive mobile apps with Flutter](https://www.youtube.com/watch?v=RS36gBEp8OI&feature=youtu.be), a video from Google I/O 2018 [Accompanying article on Medium]({{site.flutter-medium}}/build-reactive-mobile-apps-in-flutter-companion-article-13950959e381)
16
-
*[Adding interactivity to your Flutter app](/docs/development/ui/interactive), a Flutter tutorial
17
-
*[Basic state management in Google Flutter](https://medium.com/@agungsurya/basic-state-management-in-google-flutter-6ee73608f96d), by Agung Surya
22
+
*[Adding interactivity to your Flutter app](/docs/development/ui/interactive),
23
+
a Flutter tutorial
24
+
*[Basic state management in Google Flutter](https://medium.com/@agungsurya/basic-state-management-in-google-flutter-6ee73608f96d),
*[You might not need Redux: The Flutter edition](https://proandroiddev.com/you-might-not-need-redux-the-flutter-edition-9c11eba006d7), by Ryan Edge
32
+
*[Managing state with the scoped model pattern in Dart's Flutter framework](https://www.youtube.com/watch?v=-MCeWP3rgI0), a video by Tensorflow Programming
33
+
*[Flutter: Inherited Widget and Scoped Model Explained, part 1](https://www.youtube.com/watch?v=j-27MZwRbFw),
34
+
a video by MTechViral
35
+
*[Flutter state management—scoped model](https://www.youtube.com/watch?v=Oql5bU-Uvso)
36
+
*[Scoped model package](https://pub.dartlang.org/packages/scoped_model)
18
37
19
38
## Redux
20
39
21
40
*[Animation Management with Redux and Flutter](https://www.youtube.com/watch?v=9ZkLtr0Fbgk), a video from DartConf 2018 [Accompanying article on Medium](https://medium.com/flutter-io/animation-management-with-flutter-and-flux-redux-94729e6585fa)
22
41
*[Flutter Redux package]({{site.pub}}/packages/flutter_redux) on the [Package site]({{site.pub}})
23
42
*[Introduction to Redux in Flutter](https://blog.novoda.com/introduction-to-redux-in-flutter/), by Xavi Rigau
24
-
*[Flutter + Redux—How to make a shopping list app](https://hackernoon.com/flutter-redux-how-to-make-shopping-list-app-1cd315e79b65)
25
-
by Paulina Szklarska on Hackernoon.
26
-
*[Building a TODO application (CRUD) in Flutter with Redux—Part 1](https://www.youtube.com/watch?v=Wj216eSBBWs), a video by Tensorflow Programming.
27
-
*[Flutter Redux Thunk, an example](https://medium.com/flutterpub/flutter-redux-thunk-27c2f2b80a3b) by Jack Wong
28
-
*[Building a (large) Flutter app with Redux](https://hillelcoren.com/2018/06/01/building-a-large-flutter-app-with-redux/) by Hillel Coren
43
+
*[Flutter + Redux—How to make a shopping list app](https://hackernoon.com/flutter-redux-how-to-make-shopping-list-app-1cd315e79b65),
44
+
by Paulina Szklarska on Hackernoon
45
+
*[Building a TODO application (CRUD) in Flutter with Redux—Part 1](https://www.youtube.com/watch?v=Wj216eSBBWs),
46
+
a video by Tensorflow Programming.
47
+
*[Flutter Redux Thunk, an example](https://medium.com/flutterpub/flutter-redux-thunk-27c2f2b80a3b),
48
+
by Jack Wong
49
+
*[Building a (large) Flutter app with Redux](https://hillelcoren.com/2018/06/01/building-a-large-flutter-app-with-redux/),
50
+
by Hillel Coren
29
51
30
-
## BLoC
52
+
## BLoC / Rx
31
53
32
54
*[State Management Using BLoC pattern in Flutter](https://hk.saowen.com/a/fbb6e484de022173fe85248875286060ce40d069c97420bc0be49d838e19e372),
33
55
by Saowen
34
-
*[Architect your Flutter project using BLOC pattern](https://medium.com/flutterpub/architecting-your-flutter-project-bd04e144a8f1) by Sagar Suri
35
-
*[Example using BLoC pattern for state management](https://www.reddit.com/r/FlutterDev/comments/9b025j/example_using_bloc_pattern_for_state_management/) by CodyLeet on reddit
36
-
37
-
## Scoped model
38
-
39
-
*[You might not need Redux: The Flutter edition](https://proandroiddev.com/you-might-not-need-redux-the-flutter-edition-9c11eba006d7), by Ryan Edge
40
-
*[Managing state with the scoped model pattern in Dart's Flutter framework](https://www.youtube.com/watch?v=-MCeWP3rgI0), a video by Tensorflow Programming
41
-
*[Flutter: Inherited Widget and Scoped Model Explained, part 1](https://www.youtube.com/watch?v=j-27MZwRbFw),
42
-
a video by MTechViral
43
-
*[Flutter state management—scoped model](https://www.youtube.com/watch?v=Oql5bU-Uvso)
44
-
*[Scoped model package](https://pub.dartlang.org/packages/scoped_model)
56
+
*[Architect your Flutter project using BLOC pattern](https://medium.com/flutterpub/architecting-your-flutter-project-bd04e144a8f1),
57
+
by Sagar Suri
58
+
*[Example using BLoC pattern for state management](https://www.reddit.com/r/FlutterDev/comments/9b025j/example_using_bloc_pattern_for_state_management/),
0 commit comments