Skip to content

Commit 9a52d38

Browse files
miquelbeltranbrianegan
authored andcommitted
Added Timy Messenger to examples list (#157)
We recently open sourced the code of Timy Messenger, a large Flutter app that uses flutter_redux with Firebase. It can be a good example for people looking for some real life examples, so maybe you would like to have it listed in your README.md, and also it would be an honour for me. Thanks!
1 parent 95e5c7f commit 9a52d38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Dart 2 requires more strict typing (yay!), and gives us the option to make getti
3030
* [Simple example](https://github.com/brianegan/flutter_redux/tree/master/example/counter) - a port of the standard "Counter Button" example from Flutter
3131
* [Github Search](https://github.com/brianegan/flutter_redux/tree/master/example/github_search) - an example of how to search as a user types, demonstrating both the Middleware and Epic approaches.
3232
* [Todo app](https://github.com/brianegan/flutter_architecture_samples/tree/master/redux) - a more complete example, with persistence, routing, and nested state.
33+
* [Timy Messenger](https://github.com/janoodleFTW/timy-messenger) - large open source app that uses flutter_redux together with Firebase Firestore.
3334

3435
### Companion Libraries
3536
* [flipperkit_redux_middleware](https://pub.dartlang.org/packages/flipperkit_redux_middleware) - Redux Inspector (use [Flutter Debugger](https://github.com/blankapp/flutter-debugger)) for Flutter Redux apps

0 commit comments

Comments
 (0)