From 88f112ce0ea121aa8f6fe0e10f8ff6bc8af224a8 Mon Sep 17 00:00:00 2001 From: Remi Rousselet Date: Wed, 2 Jan 2019 00:22:04 +0100 Subject: [PATCH 1/2] Add functional_widget --- source.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source.md b/source.md index 24c3f49..560084b 100644 --- a/source.md +++ b/source.md @@ -362,6 +362,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### 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) +- [Functional widget](https://github.com/rrousselGit/functional_widget) - A code generator that allows writing widgets as functions instead of classes by [Remi Rousselet](https://github.com/rrousselGit) ### Data From 2dad623b6a813286752798136630b6beef01a4ac Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Wed, 2 Jan 2019 10:10:44 +0100 Subject: [PATCH 2/2] Widget as function --- source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source.md b/source.md index 560084b..d328ae7 100644 --- a/source.md +++ b/source.md @@ -362,7 +362,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### 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) -- [Functional widget](https://github.com/rrousselGit/functional_widget) - A code generator that allows writing widgets as functions instead of classes by [Remi Rousselet](https://github.com/rrousselGit) +- [Functional widget](https://github.com/rrousselGit/functional_widget) - Code generator writing widgets as functions with annotations by [Remi Rousselet](https://github.com/rrousselGit) ### Data