Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ReactiveX/rxdart
The Reactive Extensions for Dart
https://github.com/ReactiveX/rxdart
Last synced: 2 days ago
JSON representation
The Reactive Extensions for Dart
- Host: GitHub
- URL: https://github.com/ReactiveX/rxdart
- Owner: ReactiveX
- License: apache-2.0
- Created: 2015-10-20T13:55:46.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-08T07:37:29.000Z (27 days ago)
- Last Synced: 2024-10-29T11:24:46.031Z (5 days ago)
- Language: Dart
- Homepage: http://reactivex.io
- Size: 3.48 MB
- Stars: 3,370
- Watchers: 61
- Forks: 270
- Open Issues: 54
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Authors: AUTHORS
Awesome Lists containing this project
- awesome-flutter - Rx Observables vs. Dart Streams comparison chart
README
# RxDart
[![Build Status](https://github.com/ReactiveX/rxdart/workflows/Dart%20CI/badge.svg)](https://github.com/ReactiveX/rxdart/actions)
[![codecov](https://codecov.io/gh/ReactiveX/rxdart/branch/master/graph/badge.svg)](https://codecov.io/gh/ReactiveX/rxdart)
[![Pub](https://img.shields.io/pub/v/rxdart.svg)](https://pub.dartlang.org/packages/rxdart)
[![Pub Version (including pre-releases)](https://img.shields.io/pub/v/rxdart?include_prereleases&color=%23A0147B)](https://pub.dartlang.org/packages/rxdart)
[![Gitter](https://img.shields.io/gitter/room/ReactiveX/rxdart.svg)](https://gitter.im/ReactiveX/rxdart)
[![Flutter website](https://img.shields.io/badge/flutter-website-deepskyblue.svg)](https://docs.flutter.dev/data-and-backend/state-mgmt/options#bloc--rx)
[![Build Flutter example](https://github.com/ReactiveX/rxdart/actions/workflows/flutter-example.yml/badge.svg)](https://github.com/ReactiveX/rxdart/actions/workflows/flutter-example.yml)
[![License](https://img.shields.io/github/license/ReactiveX/rxdart)](https://www.apache.org/licenses/LICENSE-2.0)
[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2FReactiveX%2Frxdart&count_bg=%23D71092&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false)](https://hits.seeyoufarm.com)RxDart is an implementation of the popular ReactiveX api for asynchronous
programming, leveraging the native Dart Streams api.## Packages
| Package | Pub |
|-----------------------------|---------------------------------------------------------------------------------------------|
| [`rxdart`](packages/rxdart) | [![Pub](https://img.shields.io/pub/v/rxdart.svg)](https://pub.dartlang.org/packages/rxdart) |