1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-23 09:22:52 +02:00

Update - content for rxdart under flutter roadmap (#3352)

* Update 100-rxdart.md

* added links to 100-rxdart.md

* Update src/roadmaps/flutter/content/114-reactive-programming/100-rxdart.md

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
This commit is contained in:
Krish Chopra
2023-01-25 03:28:17 +05:30
committed by GitHub
parent 07b6d067c4
commit 5c92cdedd8

View File

@@ -1 +1,5 @@
# Rxdart # RxDart
RxDart is a library for Dart that provides additional functionality for working with reactive programming, specifically with the Streams and Observables classes. It extends the standard Dart Streams API and provides additional features such as the ability to transform and combine streams, and to compose and chain streams together. In Flutter, RxDart is commonly used to handle asynchronous data streams and user interactions in a more efficient and elegant way.
- [RxDart Official Docs](https://pub.dev/documentation/rxdart/latest)