rxdart_ext 0.2.9 copy "rxdart_ext: ^0.2.9" to clipboard
rxdart_ext: ^0.2.9 copied to clipboard

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

example/lib/rxdart_ext_example.dart

import 'snippets/debug_and_collect.dart';
import 'snippets/disposable_mixin.dart';
import 'snippets/flat_map_batches_single.dart';
import 'snippets/rx_singles_using.dart';
import 'snippets/rx_singles_zip2.dart';
import 'snippets/state_stream.dart';
import 'utils.dart';

void main() async {
  final functions = <Future<void> Function()>[
    runDebugAndCollectOperatorExample,
    runFlatMapBatchesSingleExample,
    runRxSinglesZip2Example,
    runRxSinglesUsingExample,
    runDisposableMixinExample,
    runStateStreamExample,
  ];
  for (final f in functions) {
    await f();
    printSeparator();
  }
}
10
likes
125
pub points
88%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

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