flux_form 0.4.2
flux_form: ^0.4.2 copied to clipboard
A modular, type-safe form management library. Features input aggregation, sanitization pipelines, declarative validation, smart UI error handling, and State-management agnostic.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add flux_formWith Flutter:
$ flutter pub add flux_formThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
flux_form: ^0.4.2Alternatively, 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:flux_form/flux_form.dart';