validation_notifier 1.4.6 copy "validation_notifier: ^1.4.6" to clipboard
validation_notifier: ^1.4.6 copied to clipboard

A ValueNotifier that validates a value against a collection of customizable rules.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add validation_notifier

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

dependencies:
  validation_notifier: ^1.4.6

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:validation_notifier/validation_notifier.dart';
4
likes
150
points
140
downloads

Publisher

verified publisherdustin-catap.dev

Weekly Downloads

A ValueNotifier that validates a value against a collection of customizable rules.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, meta

More

Packages that depend on validation_notifier