RxDart is a reactive programming toolkit that augments Dart’s native Streams with a rich set of Rx-style operators and subjects. It offers composition primitives like map, where, debounce, throttle, merge, combineLatest, and switchMap, enabling expressive pipelines for events and async data. Subjects provide multicast behaviors so multiple listeners can share a single data source while maintaining semantics like replaying the latest value. By emphasizing immutability and one-way data flow, RxDart helps isolate side effects and makes complex state transitions easier to reason about. It’s widely used to coordinate UI events, network requests, and caching layers, especially when timing and concurrency are non-trivial. The library aims to stay idiomatic with Dart Streams while giving developers the ergonomic power long associated with the ReactiveX family. In practice, it encourages clear separation between data producers, transformers, and consumers.

Features

  • Adds functional reactive operators like map, where, debounceTime, etc. to Dart Streams
  • Includes Subject types such as BehaviorSubject, PublishSubject for multi-subscriber stream control
  • Enhances error handling capabilities in stream pipelines
  • Supports concurrency control and scheduling of stream events
  • Improves code readability through declarative reactive patterns
  • Widely used in Flutter apps to simplify asynchronous and UI state logic

Project Samples

Project Activity

See All Activity >

Categories

Libraries

License

Apache License V2.0

Follow RxDart

RxDart Web Site

Other Useful Business Software
The full-stack observability platform that protects your dataLayer, tags and conversion data Icon
The full-stack observability platform that protects your dataLayer, tags and conversion data

Stop losing revenue to bad data today. and protect your marketing data with Code-Cube.io.

Code-Cube.io detects issues instantly, alerts you in real time and helps you resolve them fast. No manual QA. No unreliable data. Just data you can trust and act on.
Learn More
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of RxDart!

Additional Project Details

Programming Language

Dart

Related Categories

Dart Libraries

Registered

2025-08-27