boolean_validation 0.1.1 copy "boolean_validation: ^0.1.1" to clipboard
boolean_validation: ^0.1.1 copied to clipboard

A comprehensive validation package for Dart and Flutter applications, providing utilities to validate various data types such as names, email addresses, URLs, mobile numbers, and more. It ensures that [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add boolean_validation

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

dependencies:
  boolean_validation: ^0.1.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:boolean_validation/boolean_validation.dart';
4
likes
150
pub points
46%
popularity

Publisher

unverified uploader

A comprehensive validation package for Dart and Flutter applications, providing utilities to validate various data types such as names, email addresses, URLs, mobile numbers, and more. It ensures that user inputs are accurate and conform to specified formats, making it easier to handle user data securely and effectively.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MPL-2.0 (license)

Dependencies

flutter

More

Packages that depend on boolean_validation