bloc_generic_streams 2.0.0 copy "bloc_generic_streams: ^2.0.0" to clipboard
bloc_generic_streams: ^2.0.0 copied to clipboard

A Flutter package to implement Didier Boelens's BlocProvider and simplified use of Stream using Dart's Generics.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add bloc_generic_streams

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

dependencies:
  bloc_generic_streams: ^2.0.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:bloc_generic_streams/bloc_generic_streams.dart';
3
likes
80
pub points
58%
popularity

Publisher

unverified uploader

A Flutter package to implement Didier Boelens's BlocProvider and simplified use of Stream using Dart's Generics.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, rxdart

More

Packages that depend on bloc_generic_streams