From 54c2f9fbd8e3811833d229bf103b87b41752891c Mon Sep 17 00:00:00 2001 From: Anthony Whitford Date: Mon, 23 Nov 2020 15:55:10 -0800 Subject: [PATCH] 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