aug_validateform 0.0.1-dev.3 copy "aug_validateform: ^0.0.1-dev.3" to clipboard
aug_validateform: ^0.0.1-dev.3 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_validateform

With Flutter:

 $ flutter pub add aug_validateform

This 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.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:aug_validateform/aug_validateform.dart';
1
likes
0
points
211
downloads

Publisher

unverified uploader

Weekly Downloads

A zero-boilerplate, type-safe validation engine for Flutter that weaves reactive logic directly into models using Dart Augmentations. Wasm-compatible and Impeller-ready.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, meta

More

Packages that depend on aug_validateform