rx 0.1.0-nullsafety copy "rx: ^0.1.0-nullsafety" to clipboard
rx: ^0.1.0-nullsafety copied to clipboard

outdated

Reactive Extensions Library for Dart providing an API for asynchronous programming with observable streams.

Changelog #

0.1.0 #

  • Dart 2.12 requirement and null-safety.

0.0.8 #

  • catchError is now properly typed by the exception.

0.0.7 #

  • Cleanup action callback code.
  • StackTrace is always optional.
  • Improve documentation.

0.0.6 #

  • Reworked or added time based operators: audit, debounce, throttle, and sample.

0.0.5 #

  • Renamed Subscription to Disposable.
  • Countless simplifications and optimizations.
  • Better tests for async scheduler.

0.0.4 #

  • Operators as static extension methods.
  • More operators, converters, and constructors.

0.0.3 #

  • Subject and multicast basics.

0.0.2 #

  • Operator and composition basics.

0.0.1 #

  • Initial version.
10
likes
0
pub points
74%
popularity

Publisher

verified publisherlukas-renggli.ch

Reactive Extensions Library for Dart providing an API for asynchronous programming with observable streams.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

collection, matcher, meta, more

More

Packages that depend on rx