form_easy_validator 0.2.0 copy "form_easy_validator: ^0.2.0" to clipboard
form_easy_validator: ^0.2.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 Dart:

 $ dart pub add form_easy_validator

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 dart pub get):

dependencies:
  form_easy_validator: ^0.2.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:form_easy_validator/cool_forms.dart';
import 'package:form_easy_validator/localization.dart';
import 'package:form_easy_validator/validation.dart';
0
likes
0
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

License

unknown (LICENSE)

Dependencies

flutter, google_fonts

More

Packages that depend on form_easy_validator