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

FormGuard is a Dart package designed specifically for Flutter applications. It provides validators for handling form validation tasks in a Flutter-friendly manner. Since Flutter apps are built using D [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add formgaurd

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

dependencies:
  formgaurd: ^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:formgaurd/formgaurd.dart';
1
likes
150
points
24
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

FormGuard is a Dart package designed specifically for Flutter applications. It provides validators for handling form validation tasks in a Flutter-friendly manner. Since Flutter apps are built using Dart, the package can seamlessly integrate into any Flutter project to simplify and streamline form validation.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on formgaurd