mirror of
https://github.com/Solido/awesome-flutter.git
synced 2026-04-05 18:49:04 +08:00
Forms and missing stargizers
This commit is contained in:
@@ -42,7 +42,6 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐|
|
||||
- [Videos](#videos)
|
||||
- [Components](#components)
|
||||
- [Navigation](#navigation)
|
||||
- [Forms](#forms)
|
||||
- [Template](#templates)
|
||||
- [Plugins](#plugins)
|
||||
- [Frameworks](#frameworks)
|
||||
@@ -284,9 +283,6 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐|
|
||||
- [Get](https://github.com/jonataslaw/get) <!--stargazers:jonataslaw/get--> - Navigate between screens & display snackbars/dialogs/bottomSheets without context by [Jonny Borges](https://github.com/jonataslaw)
|
||||
- [Beamer](https://github.com/slovnicki/beamer) <!--stargazers:slovnicki/beamer--> - Route through guarded page stacks and URLs using the Navigator 2.0 API effortlessly by [Sandro Lovnički](https://github.com/slovnicki)
|
||||
|
||||
### Forms
|
||||
- [Reactive Forms](https://github.com/joanpablo/reactive_forms) - model-driven approach to handling Forms inputs and validations, heavily inspired in Angular's Reactive Forms.
|
||||
|
||||
### Auth
|
||||
|
||||
- [Local Auth](https://github.com/flutter/plugins/tree/master/packages/local_auth) - Touch ID, lock code, fingerprint auth on iOS and Android
|
||||
@@ -310,6 +306,10 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐|
|
||||
- [TeX](https://github.com/shah-xad/flutter_tex) <!--stargazers:shah-xad/flutter_tex--> - Render Mathematics Equations with full HTML and JavaScript support by [Shahzad Akram](https://github.com/shah-xad)
|
||||
- [Code Field](https://github.com/BertrandBev/code_field) - Customizable code field widget supporting syntax highlighting by [Bertrand Bevillard](https://github.com/BertrandBev)
|
||||
|
||||
### Forms
|
||||
- [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)
|
||||
- [Reactive Forms](https://github.com/joanpablo/reactive_forms) <!--stargazers:joanpablo/reactive_forms--> - Model-driven approach to handling Forms inputs and validations, heavily inspired in Angular's Reactive Forms.
|
||||
|
||||
### Analytics
|
||||
|
||||
- [Usage](https://github.com/dart-lang/usage) <!--stargazers:dart-lang/usage--> - Google Analytics wrapper for command-line, web, and Flutter apps
|
||||
@@ -495,7 +495,6 @@ Simon Binder](https://github.com/simolus3)
|
||||
|
||||
- [Hooks](https://github.com/rrousselGit/flutter_hooks) <!--stargazers:rrousselGit/flutter_hooks--> - Advanced code sharing between widgets by [Remi Rousselet](https://github.com/rrousselGit)
|
||||
- [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)
|
||||
- [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)
|
||||
|
||||
### Data
|
||||
|
||||
|
||||
Reference in New Issue
Block a user