form_easy_validator 0.6.0 copy "form_easy_validator: ^0.6.0" to clipboard
form_easy_validator: ^0.6.0 copied to clipboard

FormEasyValidator is a powerful and customizable Flutter package designed to simplify form validation in your Flutter apps while supporting seamless localization for international users. With FormEasy [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add form_easy_validator

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

dependencies:
  form_easy_validator: ^0.6.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:form_easy_validator/cool_forms.dart';
import 'package:form_easy_validator/localization.dart';
import 'package:form_easy_validator/validation.dart';
0
likes
100
pub points
0%
popularity

Publisher

unverified uploader

FormEasyValidator is a powerful and customizable Flutter package designed to simplify form validation in your Flutter apps while supporting seamless localization for international users. With FormEasyValidator, you can effortlessly validate user input and ensure data integrity in your forms, saving you development time and reducing the chance of errors..

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, google_fonts

More

Packages that depend on form_easy_validator