From 5c92cdedd8d0f6492bd650fa747e0f606d777e55 Mon Sep 17 00:00:00 2001 From: Krish Chopra <77012237+KrishChopra22@users.noreply.github.com> Date: Wed, 25 Jan 2023 03:28:17 +0530 Subject: [PATCH] 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 --- .../flutter/content/114-reactive-programming/100-rxdart.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/roadmaps/flutter/content/114-reactive-programming/100-rxdart.md b/src/roadmaps/flutter/content/114-reactive-programming/100-rxdart.md index 9da3058a6..164264a54 100644 --- a/src/roadmaps/flutter/content/114-reactive-programming/100-rxdart.md +++ b/src/roadmaps/flutter/content/114-reactive-programming/100-rxdart.md @@ -1 +1,5 @@ -# Rxdart \ No newline at end of file +# 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)