flrx_validator 0.6.0
flrx_validator: ^0.6.0 copied to clipboard
A powerful, extensible validator package to get validation messages based on a list of rules.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add flrx_validatorWith Flutter:
$ flutter pub add flrx_validatorThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
flrx_validator: ^0.6.0Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:flrx_validator/flrx_validator.dart';