aug_validateform_generator 0.0.1-dev.7
aug_validateform_generator: ^0.0.1-dev.7 copied to clipboard
High-performance code generator for aug_validateform. Automates reactive validation logic using Dart Augmentations for boilerplate-free Flutter forms.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add aug_validateform_generatorWith Flutter:
$ flutter pub add aug_validateform_generatorThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
aug_validateform_generator: ^0.0.1-dev.7Alternatively, 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:aug_validateform_generator/aug_validateform_generator.dart';