ff_bloc 1.0.5 copy "ff_bloc: ^1.0.5" to clipboard
ff_bloc: ^1.0.5 copied to clipboard

Lightweight BLoC foundations for stream-based events, explicit states, concurrency policies, subscriptions, and disposal.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ff_bloc

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

dependencies:
  ff_bloc: ^1.0.5

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:ff_bloc/ff_bloc.dart';
3
likes
160
points
131
downloads

Documentation

Documentation
API reference

Publisher

verified publisheraso.dev

Weekly Downloads

Lightweight BLoC foundations for stream-based events, explicit states, concurrency policies, subscriptions, and disposal.

Homepage
Repository (GitHub)
View/report issues

Topics

#bloc #state-management #flutter #concurrency

License

MIT (license)

Dependencies

bloc_concurrency, equatable, flutter, flutter_bloc, get_it

More

Packages that depend on ff_bloc