simplified_bloc 1.0.11 copy "simplified_bloc: ^1.0.11" to clipboard
simplified_bloc: ^1.0.11 copied to clipboard

A package to simplify BLoC state management.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add simplified_bloc

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

dependencies:
  simplified_bloc: ^1.0.11

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:simplified_bloc/simplified_bloc.dart';
1
likes
140
points
21
downloads

Publisher

unverified uploader

Weekly Downloads

A package to simplify BLoC state management.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_bloc

More

Packages that depend on simplified_bloc