reactive_validator 2.0.3 copy "reactive_validator: ^2.0.3" to clipboard
reactive_validator: ^2.0.3 copied to clipboard

Type safe validation controller with base validators. Allows to manage validation state manually or validate when reactive value changes.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add reactive_validator

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

dependencies:
  reactive_validator: ^2.0.3

Alternatively, 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:reactive_validator/reactive_validator.dart';
6
likes
130
pub points
46%
popularity

Publisher

unverified uploader

Type safe validation controller with base validators. Allows to manage validation state manually or validate when reactive value changes.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

collection, email_validator, flutter, rxdart

More

Packages that depend on reactive_validator