apptomate_utility_validations 0.0.2 copy "apptomate_utility_validations: ^0.0.2" to clipboard
apptomate_utility_validations: ^0.0.2 copied to clipboard

A powerful and easy-to-use Dart/Flutter utility package that provides a wide range of input validations for forms and user data including passwords, phone numbers, email, date formats (`MM-yyyy`, `MM- [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add apptomate_utility_validations

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

dependencies:
  apptomate_utility_validations: ^0.0.2

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:apptomate_utility_validations/apptomate_validator_utils.dart';
import 'package:apptomate_utility_validations/constants.dart';
0
likes
120
points
57
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A powerful and easy-to-use Dart/Flutter utility package that provides a wide range of input validations for forms and user data including passwords, phone numbers, email, date formats (`MM-yyyy`, `MM-dd-yyyy`), and more.

Homepage

License

MIT (license)

Dependencies

flutter, intl

More

Packages that depend on apptomate_utility_validations