From 73889152b245c3e2f06836e7ce12c7f2bae47701 Mon Sep 17 00:00:00 2001 From: Remi Rousselet Date: Sun, 23 Dec 2018 23:26:13 +0100 Subject: [PATCH] Add flutter hooks --- source.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source.md b/source.md index 64a62fa..dc6099b 100644 --- a/source.md +++ b/source.md @@ -347,6 +347,10 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ## Frameworks +### Widgets + +- [Flutter_hooks](https://github.com/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) - Collection of packages that help implement the BLoC design pattern by [Felix Angelov](https://github.com/felangel)