Skip to content

Commit 2b31f1a

Browse files
committed
Link to companion libs, fixes #19
1 parent 500d0fe commit 2b31f1a

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
A set of utilities that allow you to easily consume a [Redux](https://pub.dartlang.org/packages/redux) Store to build Flutter Widgets.
66

7-
This package is built to work with [Redux.dart](https://pub.dartlang.org/packages/redux).
7+
This package is built to work with [Redux.dart](https://pub.dartlang.org/packages/redux).
8+
89
## Redux Widgets
910

1011
* `StoreProvider` - The base Widget. It will pass the given Redux Store to all descendants that request it.
@@ -14,7 +15,12 @@ This package is built to work with [Redux.dart](https://pub.dartlang.org/package
1415
## Examples
1516

1617
* [Simple example](https://gitlab.com/brianegan/flutter_redux/tree/master/example) - a port of the standard "Counter Button" example from Flutter
17-
* [Todo app](https://gitlab.com/brianegan/flutter_architecture_samples/tree/master/example/redux) - a more complete example, with persistence, routing, and nested state.
18+
* [Todo app](https://gitlab.com/brianegan/flutter_architecture_samples/tree/master/example/redux) - a more complete example, with persistence, routing, and nested state.
19+
20+
### Companion Libraries
21+
22+
* [flutter_redux_dev_tools](https://pub.dartlang.org/packages/flutter_redux_dev_tools) - Time Travel Dev Tools for Flutter Redux apps
23+
* [redux_persist](https://github.com/Cretezy/redux_persist) - Persist Redux State
1824

1925
## Usage
2026

0 commit comments

Comments
 (0)