bloc_form_plus 0.2.3
bloc_form_plus: ^0.2.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_plusWith Flutter:
$ flutter pub add bloc_form_plusThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
bloc_form_plus: ^0.2.3Alternatively, 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:bloc_form_plus/bloc_form.dart';