vguard 1.0.3 copy "vguard: ^1.0.3" to clipboard
vguard: ^1.0.3 copied to clipboard

A simple and fluent way to validate form or input data in Dart and Flutter.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add vguard

With Flutter:

 $ flutter pub add vguard

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

dependencies:
  vguard: ^1.0.3

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:vguard/vguard.dart';
5
likes
150
points
25
downloads

Publisher

unverified uploader

Weekly Downloads

A simple and fluent way to validate form or input data in Dart and Flutter.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

More

Packages that depend on vguard