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)