mirror of
https://github.com/Solido/awesome-flutter.git
synced 2025-04-28 17:57:51 +02:00
Merge pull request #878 from artflutter/reacitve-forms-added
reactive-forms added
This commit is contained in:
commit
81aa60f5ca
1 changed files with 4 additions and 0 deletions
|
@ -42,6 +42,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐|
|
|||
- [Videos](#videos)
|
||||
- [Components](#components)
|
||||
- [Navigation](#navigation)
|
||||
- [Forms](#forms)
|
||||
- [Template](#templates)
|
||||
- [Plugins](#plugins)
|
||||
- [Frameworks](#frameworks)
|
||||
|
@ -283,6 +284,9 @@ 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
|
||||
|
|
Loading…
Add table
Reference in a new issue