apptomate_utility_validations 0.0.2
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_validationsThis 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.2Alternatively, 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';