From 54c2f9fbd8e3811833d229bf103b87b41752891c Mon Sep 17 00:00:00 2001 From: Anthony Whitford Date: Mon, 23 Nov 2020 15:55:10 -0800 Subject: [PATCH 1/2] Added Form Builder to Widgets section. --- source.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source.md b/source.md index f8066c1..c2982dd 100644 --- a/source.md +++ b/source.md @@ -494,6 +494,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Widgets - [Hooks](https://github.com/rrousselGit/flutter_hooks) - Advanced code sharing between widgets by [Remi Rousselet](https://github.com/rrousselGit) +- [Form Builder](https://github.com/danvick/flutter_form_builder) - Framework that simplifies building forms, validating fields, reacting to changes, and collecting the final user input by [Danvick Miller](https://github.com/danvick) - [Functional widget](https://github.com/rrousselGit/functional_widget) - Code generator writing widgets as functions with annotations by [Remi Rousselet](https://github.com/rrousselGit) ### Data From f6186f22516281ce6db2f3a89e3b9be9d6a3a1a9 Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Tue, 24 Nov 2020 03:35:33 +0100 Subject: [PATCH 2/2] Reorder --- source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source.md b/source.md index c2982dd..a848735 100644 --- a/source.md +++ b/source.md @@ -494,8 +494,8 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Widgets - [Hooks](https://github.com/rrousselGit/flutter_hooks) - Advanced code sharing between widgets by [Remi Rousselet](https://github.com/rrousselGit) -- [Form Builder](https://github.com/danvick/flutter_form_builder) - Framework that simplifies building forms, validating fields, reacting to changes, and collecting the final user input by [Danvick Miller](https://github.com/danvick) - [Functional widget](https://github.com/rrousselGit/functional_widget) - Code generator writing widgets as functions with annotations by [Remi Rousselet](https://github.com/rrousselGit) +- [Form Builder](https://github.com/danvick/flutter_form_builder) - Framework that simplifies building forms, validating fields, reacting to changes, and collecting the final user input by [Danvick Miller](https://github.com/danvick) ### Data