rxdart_ext 0.3.0 copy "rxdart_ext: ^0.3.0" to clipboard
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
copied to clipboard

With Flutter:

 $ flutter pub add rxdart_ext
copied to clipboard

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
copied to clipboard

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';
copied to clipboard
14
likes
145
points
19.3k
downloads
screenshot

Publisher

unverified uploader

Weekly Downloads

2024.09.13 - 2025.03.28

Some extension methods and classes built on top of RxDart - RxDart extension.

Repository (GitHub)
View/report issues

Topics

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

Documentation

API reference

Funding

Consider supporting this project:

www.buymeacoffee.com

License

MIT (license)

Dependencies

dart_either, meta, path, rxdart, stack_trace

More

Packages that depend on rxdart_ext