form_controller
A simple little handler for form controlling.
Getting Started
1. Depend on it
Add this to your package's pubspec.yaml file:
dependencies:
form_controller: [latest version]
2. Install it
$ flutter pub get
3. Import it
import 'package:form_controller/form_controller.dart';
Example
See the example tab.
To add
(x) Adding simple prebuilt form validators.
If you have any suggestions, visit the github repo or reach out.
Contributing
Contributing is more than welcomed on any of my packages/plugins. I will try to keep adding suggested features as i go.
Versioning
- V0.2.0 - Added validator - Form_Validator package.
- V0.1.0 - Initial Release.
Authors
Michael Aziz - Github
Dependancies
Form_Validator - Validator are from the form_validator package with full credit for the original author, implementation is mainly for ease of use.
License
This project is licensed under the MIT License - see the LICENSE.md file for details