rxdart_ext 0.3.0 rxdart_ext: ^0.3.0 copied to clipboard
Some extension methods and classes built on top of RxDart - RxDart extension.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add rxdart_ext
With Flutter:
$ flutter pub add rxdart_ext
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
rxdart_ext: ^0.3.0
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_ext/rxdart_ext.dart';