multi_stream_builder 0.0.1 copy "multi_stream_builder: ^0.0.1" to clipboard
multi_stream_builder: ^0.0.1 copied to clipboard

Flutter widget to replace multiple nester StreamBuilder/ValueListenableBuilder, allowing to combine both

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add multi_stream_builder

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

dependencies:
  multi_stream_builder: ^0.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:multi_stream_builder/multi_stream_builder.dart';
2
likes
130
pub points
71%
popularity

Publisher

unverified uploader

Flutter widget to replace multiple nester StreamBuilder/ValueListenableBuilder, allowing to combine both

Homepage

Documentation

API reference

License

MIT (LICENSE)

Dependencies

collection, flutter, rxdart

More

Packages that depend on multi_stream_builder