bloc_form_plus 0.1.3 copy "bloc_form_plus: ^0.1.3" to clipboard
bloc_form_plus: ^0.1.3 copied to clipboard

Easy Form State Management using BLoC pattern. Separate the Form State and Business Logic from the User Interface. Async Validation, Progress, Dynamic fields, and more.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add bloc_form_plus

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

dependencies:
  bloc_form_plus: ^0.1.3

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

Import it

Now in your Dart code, you can use:

import 'package:bloc_form_plus/bloc_form.dart';
0
likes
0
points
92
downloads

Publisher

verified publisherdukanitech.com

Weekly Downloads

Easy Form State Management using BLoC pattern. Separate the Form State and Business Logic from the User Interface. Async Validation, Progress, Dynamic fields, and more.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

bloc, collection, equatable, meta, rxdart, uuid

More

Packages that depend on bloc_form_plus