stx_form_bloc 3.3.2 copy "stx_form_bloc: ^3.3.2" to clipboard
stx_form_bloc: ^3.3.2 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_bloc

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

dependencies:
  stx_form_bloc: ^3.3.2

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:stx_form_bloc/stx_form_bloc.dart';
2
likes
0
points
59
downloads

Publisher

unverified uploader

Weekly Downloads

Easy Form State Management using BLoC pattern. Separate the Form State and Business Logic from the User Interface.

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (license)

Dependencies

bloc, bloc_test, darq, equatable, intl, rxdart, uuid

More

Packages that depend on stx_form_bloc