flux_form 0.4.2 copy "flux_form: ^0.4.2" to clipboard
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_form

With Flutter:

 $ flutter pub add flux_form

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  flux_form: ^0.4.2

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:flux_form/flux_form.dart';
1
likes
160
points
488
downloads

Publisher

unverified uploader

Weekly Downloads

A modular, type-safe form management library. Features input aggregation, sanitization pipelines, declarative validation, smart UI error handling, and State-management agnostic.

Repository (GitHub)
View/report issues

Topics

#form #validation #state-management #sanitization #productivity

Documentation

API reference

License

MIT (license)

Dependencies

meta

More

Packages that depend on flux_form