validators_and_input_formatters 0.0.1 copy "validators_and_input_formatters: ^0.0.1" to clipboard
validators_and_input_formatters: ^0.0.1 copied to clipboard

A Custom Flutter package offering a collection of reusable input validators and input formatters. Includes utilities like name and password validators, confirm password checks, and formatters for lowe [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add validators_and_input_formatters

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

dependencies:
  validators_and_input_formatters: ^0.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:validators_and_input_formatters/validators_and_input_formatters.dart';
9
likes
140
points
28
downloads

Publisher

verified publishermanishtalreja.in

Weekly Downloads

A Custom Flutter package offering a collection of reusable input validators and input formatters. Includes utilities like name and password validators, confirm password checks, and formatters for lowercase input, decimal numbers, and credit card numbers.

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface, web

More

Packages that depend on validators_and_input_formatters

Packages that implement validators_and_input_formatters