mobikul_flutter_form_validator 0.0.1
mobikul_flutter_form_validator: ^0.0.1 copied to clipboard
Enterprise-ready Flutter form validation foundation with planned sync, async, localized, and extensible validators.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add mobikul_flutter_form_validatorThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
mobikul_flutter_form_validator: ^0.0.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:mobikul_flutter_form_validator/mobikul_flutter_form_validator.dart';