flrx_validator 0.6.0 copy "flrx_validator: ^0.6.0" to clipboard
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_validator

With Flutter:

 $ flutter pub add flrx_validator

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

dependencies:
  flrx_validator: ^0.6.0

Alternatively, 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';
5
likes
140
pub points
87%
popularity

Publisher

unverified uploader

A powerful, extensible validator package to get validation messages based on a list of rules.

Homepage
Repository (GitHub)
View/report issues
Contributing

Documentation

Documentation
API reference

License

MIT (LICENSE)

Dependencies

meta

More

Packages that depend on flrx_validator