simple_bloc 1.1.9 copy "simple_bloc: ^1.1.9" to clipboard
simple_bloc: ^1.1.9 copied to clipboard

A simple alternative to the BLoC implementation created in Dimension C-137

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add simple_bloc

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

dependencies:
  simple_bloc: ^1.1.9

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:simple_bloc/simple_bloc.dart';
1
likes
40
pub points
0%
popularity

Publisher

unverified uploader

A simple alternative to the BLoC implementation created in Dimension C-137

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, provider, rxdart

More

Packages that depend on simple_bloc