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

With Flutter:

 $ flutter 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: ^4.0.1

Alternatively, 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';
2
likes
140
points
266
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
API reference

License

MIT (license)

Dependencies

bloc, darq, equatable, intl, rxdart, uuid

More

Packages that depend on stx_form_bloc