flutter_model_form_validation 1.0.1 copy "flutter_model_form_validation: ^1.0.1" to clipboard
flutter_model_form_validation: ^1.0.1 copied to clipboard

outdated

A new Flutter package project for model validation. Use annotation on a class to describe its rules. Make your own validators easily. This package replaces EasyValidation.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_model_form_validation

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

dependencies:
  flutter_model_form_validation: ^1.0.1

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:flutter_model_form_validation/flutter_model_form_validation.dart';
3
likes
35
points
12
downloads

Publisher

unverified uploader

Weekly Downloads

A new Flutter package project for model validation. Use annotation on a class to describe its rules. Make your own validators easily. This package replaces EasyValidation.

Homepage

License

MIT (license)

Dependencies

build_runner, dart_json_mapper, dartdoc, equatable, flutter, image, mime, queries, reflectable

More

Packages that depend on flutter_model_form_validation