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

outdated

An rx stream builder that can pre-populate the inital 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: ^1.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:flutter_rx_stream_builder/flutter_rx_stream_builder.dart';
2
likes
0
pub points
57%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, rxdart

More

Packages that depend on flutter_rx_stream_builder