rxdart_flutter 0.0.1-dev.1 copy "rxdart_flutter: ^0.0.1-dev.1" to clipboard
rxdart_flutter: ^0.0.1-dev.1 copied to clipboard

RxDart Flutter - Flutter Widgets that make it easy to use Streams with Flutter.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add rxdart_flutter

With Flutter:

 $ flutter pub add rxdart_flutter

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

dependencies:
  rxdart_flutter: ^0.0.1-dev.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:rxdart_flutter/rxdart_flutter.dart';
7
likes
0
points
51
downloads

Publisher

unverified uploader

Weekly Downloads

RxDart Flutter - Flutter Widgets that make it easy to use Streams with Flutter.

Repository (GitHub)
View/report issues

Topics

#rxdart #reactive-programming #streams #observables #rx

License

unknown (license)

Dependencies

flutter, rxdart

More

Packages that depend on rxdart_flutter