From cb4851e9749ef5a458d99bfa7548099377b146ab Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Mon, 24 Dec 2018 10:15:40 +0100 Subject: [PATCH] Flutter Hooks Flutter Hooks --- source.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/source.md b/source.md index dc6099b..94c62c8 100644 --- a/source.md +++ b/source.md @@ -347,10 +347,6 @@ 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) @@ -361,12 +357,16 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Redux.dart](https://github.com/johnpryan/redux.dart) - Port of Redux to Dart with an ecosystem of middleware, Flutter integrations, and time traveling dev tools by [John Ryan](https://github.com/johnpryan) and [Brian Egan](https://gitlab.com/users/brianegan/projects) - [Redux](https://github.com/brianegan/flutter_redux) - Built to work with [redux.dart](https://github.com/johnpryan/redux.dart), utilities that allow you to easily consume a Redux Store to build Widgets - [Dartea](https://github.com/p69/dartea) - Model View Update inspired by TEA from ELM by [Shilyagov P](https://github.com/p69) -- [Inject](https://github.com/google/inject.dart) - Compile-time dependency injection for Dart and Flutter by Google -- [Flutter_flux](https://github.com/google/flutter_flux) - Implementation of the Flux framework by Google +- [Inject](https://github.com/google/inject.dart) - Compile-time dependency injection by Google +- [Flux](https://github.com/google/flutter_flux) - Implementation of the Flux framework by Google + +### Widgets + +- [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) ### Data -- [Graphql_flutter](https://github.com/zino-app/graphql-flutter) - Implementation of the GraphQL spec by [Zino App B.V.](https://github.com/zino-app) +- [Graphql](https://github.com/zino-app/graphql-flutter) - Implementation of the GraphQL spec by [Zino App B.V.](https://github.com/zino-app) ### Animation