1
0
Fork 0
mirror of https://github.com/Solido/awesome-flutter.git synced 2025-07-31 22:01:13 -04:00

Add Bloc tools

Add Bloc
This commit is contained in:
Robert Felker 2018-12-09 16:18:19 +01:00 committed by GitHub
commit 776cfeefda
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -332,6 +332,10 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐|
## Frameworks
### Bloc
- [Bloc](https://github.com/felangel/bloc) <!--stargazers:felangel/bloc--> - Collection of packages that help implement the BLoC design pattern by [Felix Angelov](https://github.com/felangel)
### Redux / ELM / Dependency Injection
- [Built redux](https://github.com/davidmarne/flutter_built_redux) <!--stargazers:davidmarne/flutter_built_redux--> - Automatic subscribing to your redux stores. Based on the built pattern by [David Marne](https://github.com/davidmarne)