diff --git a/README.md b/README.md index b417f0c..4a0d5b2 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,10 @@ flutter run - [Fish Redux Template For Android Studio](https://github.com/BakerJQ/FishReduxTemplateForAS), by BakerJQ. - [Fish Redux Template For VSCode](https://github.com/huangjianke/fish-redux-template), by huangjianke. +### Example Projects + +- [OpenSource Weather App built with Fish Redux](https://github.com/danieldai/OpenWeatherPlus-Flutter), by danieldai + ### Dev-Tools - Redux Inspector (using [Flutter Debugger](https://github.com/blankapp/flutter-debugger) and [flipperkit_fish_redux_middleware](https://pub.dartlang.org/packages/flipperkit_fish_redux_middleware)) for Fish Redux apps, by [JianyingLi](https://github.com/lijy91)