Merge pull request #878 from artflutter/reacitve-forms-added

reactive-forms added
This commit is contained in:
Robert Felker 2021-12-02 16:51:55 +01:00 committed by GitHub
commit 81aa60f5ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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