stx_form_bloc 4.0.1
stx_form_bloc: ^4.0.1 copied to clipboard
Easy Form State Management using BLoC pattern. Separate the Form State and Business Logic from the User Interface.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add stx_form_blocWith Flutter:
$ flutter pub add stx_form_blocThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
stx_form_bloc: ^4.0.1Alternatively, 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:stx_form_bloc/stx_form_bloc.dart';