flutter_bloc_stream 6.0.1 copy "flutter_bloc_stream: ^6.0.1" to clipboard
flutter_bloc_stream: ^6.0.1 copied to clipboard

Helper package for using bloc_stream with Flutter. Includes BlocStreamProvider and BlocStreamBuilder.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_bloc_stream

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

dependencies:
  flutter_bloc_stream: ^6.0.1

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:flutter_bloc_stream/flutter_bloc_stream.dart';
0
likes
130
pub points
23%
popularity

Publisher

verified publishertimsmart.co

Helper package for using bloc_stream with Flutter. Includes BlocStreamProvider and BlocStreamBuilder.

Repository (GitLab)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

bloc_stream, flutter, flutter_hooks, provider

More

Packages that depend on flutter_bloc_stream