Add flutter hooks

This commit is contained in:
Remi Rousselet 2018-12-23 23:26:13 +01:00 committed by GitHub
parent dc6db36d69
commit 73889152b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -347,6 +347,10 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐|
## Frameworks
### Widgets
- [Flutter_hooks](https://github.com/rrousselGit/flutter_hooks) <!--stargazers:rrousselGit/flutter_hooks --> - A new kind of widget with advanced code sharing between widgets by [Remi Rousselet](https://github.com/rrousselGit)
### 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)