juice_forms 0.3.0 copy "juice_forms: ^0.3.0" to clipboard
juice_forms: ^0.3.0 copied to clipboard

Form state — fields, sync/async validation, and per-field selective rebuilds — as a Juice bloc.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add juice_forms

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

dependencies:
  juice_forms: ^0.3.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:juice_forms/juice_forms.dart';
0
likes
150
points
18
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

Form state — fields, sync/async validation, and per-field selective rebuilds — as a Juice bloc.

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#form #validation #bloc #state-management #juice

Funding

Consider supporting this project:

github.com

License

MIT (license)

Dependencies

flutter, juice

More

Packages that depend on juice_forms