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

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.

[1.0.0] - 2020-09-14. #

Provides full library with basic validators. An example project is available to help developers to learn to use this library. Have fun !

[1.0.1] - 2020-09-14. #

Version 1.0.0 was not compataible with flutter-web because of dart:io. Il removed this import into three validators (FileMimeType, FileSize and ImageSize). Those validators now use a byte array instead of a File object.

[1.0.2] - 2020-09-14. #

Removing dartdoc.

3
likes
40
pub points
0%
popularity

Publisher

unverified uploader

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.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

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

More

Packages that depend on flutter_model_form_validation