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

collection of validation methods and rules for flutter form with ZERO extra widgets

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add queen_validators

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

dependencies:
  queen_validators: ^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:queen_validators/queen_validators.dart';
79
likes
130
pub points
86%
popularity

Publisher

verified publishermaxzod.com

collection of validation methods and rules for flutter form with ZERO extra widgets

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

email_validator, flutter

More

Packages that depend on queen_validators