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

A tidy utility to handle validation of strings like a pro. It provides support for both iOS, Android, Web, Linux platforms (offcourse).

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add meta_validator

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

dependencies:
  meta_validator: ^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:meta_validator/meta_validator.dart';
23
likes
120
pub points
53%
popularity

Publisher

unverified uploader

A tidy utility to handle validation of strings like a pro. It provides support for both iOS, Android, Web, Linux platforms (offcourse).

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, update

More

Packages that depend on meta_validator