aug_validateform 0.0.1-dev.1
aug_validateform: ^0.0.1-dev.1 copied to clipboard
A zero-boilerplate, type-safe validation engine for Flutter that weaves reactive logic directly into models using Dart Augmentations. Wasm-compatible and Impeller-ready.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add aug_validateformWith Flutter:
$ flutter pub add aug_validateformThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
aug_validateform: ^0.0.1-dev.1Alternatively, 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/aug_validateform.dart';