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
MongoDB Atlas runs apps anywhere Icon
MongoDB Atlas runs apps anywhere

Deploy in 115+ regions with the modern database for every enterprise.

MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Start Free
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