reactive_validator 4.0.0 copy "reactive_validator: ^4.0.0" to clipboard
reactive_validator: ^4.0.0 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: ^4.0.0

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';
7
likes
160
points
156
downloads

Publisher

unverified uploader

Weekly Downloads

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