blocfx 0.2.0 copy "blocfx: ^0.2.0" to clipboard
blocfx: ^0.2.0 copied to clipboard

A Flutter package that extends flutter_bloc with Effect streams for handling single-shot events and automatic state persistence. Following MVI pattern with hydrated state support.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add blocfx

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

dependencies:
  blocfx: ^0.2.0

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

Import it

Now in your Dart code, you can use:

import 'package:blocfx/blocfx.dart';
0
likes
130
points
122
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package that extends flutter_bloc with Effect streams for handling single-shot events and automatic state persistence. Following MVI pattern with hydrated state support.

Repository (GitHub)
View/report issues

Topics

#bloc #state-management #mvi #side-effects #flutter

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_bloc, shared_preferences

More

Packages that depend on blocfx