philiprehberger_form_validator 0.4.0 copy "philiprehberger_form_validator: ^0.4.0" to clipboard
philiprehberger_form_validator: ^0.4.0 copied to clipboard

Declarative form validation with composable rules and JSON schemas

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add philiprehberger_form_validator

With Flutter:

 $ flutter pub add philiprehberger_form_validator

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

dependencies:
  philiprehberger_form_validator: ^0.4.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:philiprehberger_form_validator/philiprehberger_form_validator.dart';
2
likes
160
points
0
downloads

Documentation

API reference

Publisher

verified publisherphiliprehberger.com

Weekly Downloads

Declarative form validation with composable rules and JSON schemas

Homepage
Repository (GitHub)
View/report issues

Topics

#validation #form #schema

License

MIT (license)

More

Packages that depend on philiprehberger_form_validator