owesome_validator 0.0.6 copy "owesome_validator: ^0.0.6" to clipboard
owesome_validator: ^0.0.6 copied to clipboard

A package for flutter for validation based on pure dart code, it will provide most of common validation like name, email, password, contact etc.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add owesome_validator

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

dependencies:
  owesome_validator: ^0.0.6

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:owesome_validator/owesome_validator.dart';
24
likes
150
points
59
downloads

Publisher

unverified uploader

Weekly Downloads

A package for flutter for validation based on pure dart code, it will provide most of common validation like name, email, password, contact etc.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on owesome_validator