formgaurd 0.0.1
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 formgaurdThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
formgaurd: ^0.0.1Alternatively, 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';