Added Form Builder to Widgets section.

This commit is contained in:
Anthony Whitford 2020-11-23 15:55:10 -08:00
parent ac757fd33d
commit 54c2f9fbd8

View file

@ -494,6 +494,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐|
### Widgets
- [Hooks](https://github.com/rrousselGit/flutter_hooks) <!--stargazers:rrousselGit/flutter_hooks--> - Advanced code sharing between widgets by [Remi Rousselet](https://github.com/rrousselGit)
- [Form Builder](https://github.com/danvick/flutter_form_builder) <!--stargazers: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) <!--stargazers:rrousselGit/functional_widget--> - Code generator writing widgets as functions with annotations by [Remi Rousselet](https://github.com/rrousselGit)
### Data