bloc_storage 1.0.0 copy "bloc_storage: ^1.0.0" to clipboard
bloc_storage: ^1.0.0 copied to clipboard

A package for storing and retrieving BLoC instances globally.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add bloc_storage

With Flutter:

 $ flutter pub add bloc_storage

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

dependencies:
  bloc_storage: ^1.0.0

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:bloc_storage/bloc_storage.dart';
1
likes
0
points
40
downloads

Publisher

unverified uploader

Weekly Downloads

A package for storing and retrieving BLoC instances globally.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

cupertino_icons, flutter, flutter_bloc

More

Packages that depend on bloc_storage