We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e76eb88 commit 0945b9bCopy full SHA for 0945b9b
README.md
@@ -16,6 +16,8 @@ Built using [built_value][built_value_git]
16
17
## examples
18
19
+flutter [todo_mvc], written by [Brian Egan]
20
+
21
[nested state & actions][nesting]
22
23
[building reducers for built collections][collection_reducers]
@@ -306,3 +308,7 @@ store.actions.increment(3);
306
308
[collection_reducers]: test/unit/collection_models.dart
307
309
310
[inheritence]: test/unit/inheritance_test_models.dart
311
312
+[todo_mvc]: https://gitlab.com/brianegan/flutter_architecture_samples/tree/master/example/built_redux
313
314
+[Brian Egan]: https://gitlab.com/brianegan
0 commit comments