flutter_rx_stream_builder 2.0.1 copy "flutter_rx_stream_builder: ^2.0.1" to clipboard
flutter_rx_stream_builder: ^2.0.1 copied to clipboard

An rx stream builder that can pre-populate the initial data of a stream builder from an rx value / replay observable

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_rx_stream_builder

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

dependencies:
  flutter_rx_stream_builder: ^2.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_rx_stream_builder/flutter_rx_stream_builder.dart';
2
likes
130
pub points
58%
popularity

Publisher

unverified uploader

An rx stream builder that can pre-populate the initial data of a stream builder from an rx value / replay observable

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, rxdart

More

Packages that depend on flutter_rx_stream_builder