fform_validator 1.0.0 copy "fform_validator: ^1.0.0" to clipboard
fform_validator: ^1.0.0 copied to clipboard

fform_validator is a Flutter package that helps you to validate your form fields (optional).

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fform_validator

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  fform_validator: ^1.0.0

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:fform_validator/fform_validator.dart';
2
likes
0
pub points
16%
popularity

Publisher

verified publishercontributors.info

fform_validator is a Flutter package that helps you to validate your form fields (optional).

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on fform_validator