Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/apgapg/rx_dart_samples

Collection of Rx Dart samples
https://github.com/apgapg/rx_dart_samples

dart flutter rx rxdart rxdart-flutter search searchbar subjects

Last synced: about 2 months ago
JSON representation

Collection of Rx Dart samples

Awesome Lists containing this project

README

        

RxJS Logo

# Rx Dart Samples [![GitHub stars](https://img.shields.io/github/stars/apgapg/rx_dart_samples.svg?style=social)](https://github.com/apgapg/rx_dart_samples) [![Twitter Follow](https://img.shields.io/twitter/url/https/@ayushpgupta.svg?style=social)](https://twitter.com/ayushpgupta) ![GitHub last commit](https://img.shields.io/github/last-commit/apgapg/rx_dart_samples.svg) [![Website shields.io](https://img.shields.io/website-up-down-green-red/http/shields.io.svg)](https://play.google.com/store/apps/details?id=com.coddu.flutterprofile)[![Open Source Love](https://badges.frapsoft.com/os/v2/open-source.svg?v=103)](https://github.com/apgapg/rx_dart_samples)

This repo provides basic examples of using RxDart in practical applications.

**The sample(s) will keep on updating

- [one_network_call_with_refresh.dart](https://github.com/apgapg/rx_dart_samples/blob/master/lib/pages/one_network_call_with_refresh.dart)
- [two_network_calls_series.dart](https://github.com/apgapg/rx_dart_samples/blob/master/lib/pages/two_network_calls_series.dart)
- [two_network_calls_parallel.dart](https://github.com/apgapg/rx_dart_samples/blob/master/lib/pages/two_network_calls_parallel.dart)
- [search_in_app.dart](https://github.com/apgapg/rx_dart_samples/blob/master/lib/pages/search_in_app.dart)
- [search_on_backend.dart](https://github.com/apgapg/rx_dart_samples/blob/master/lib/pages/search_on_backend/search_on_backend.dart)


RxDart


RxDart RxDart RxDart RxDart RxDart RxDart RxDart

### Key Highlights
- Shows how to use Behavior Subject in network call.
- Shows how to combine two api result both serial and parallel api requests
- Shows how to do in app search from a list of data
- Shows how to do backend search from a query string in an api request

# ⭐ My Flutter Packages
- [pie_chart](https://pub.dartlang.org/packages/pie_chart) [![GitHub stars](https://img.shields.io/github/stars/apgapg/pie_chart.svg?style=social)](https://github.com/apgapg/pie_chart) Flutter Pie Chart with cool animation.
- [avatar_glow](https://pub.dartlang.org/packages/avatar_glow) [![GitHub stars](https://img.shields.io/github/stars/apgapg/avatar_glow.svg?style=social)](https://github.com/apgapg/avatar_glow) Flutter Avatar Glow Widget with glowing animation.
- [search_widget](https://pub.dartlang.org/packages/search_widget) [![GitHub stars](https://img.shields.io/github/stars/apgapg/search_widget.svg?style=social)](https://github.com/apgapg/search_widget) Flutter Search Widget for selecting an option from list.
- [animating_location_pin](https://pub.dev/packages/animating_location_pin) [![GitHub stars](https://img.shields.io/github/stars/apgapg/animating_location_pin.svg?style=social)](https://github.com/apgapg/animating_location_pin) Flutter Animating Location Pin Widget providing Animating Location Pin Widget which can be used while fetching device location.

# ⭐ My Flutter Apps
- [flutter_profile](https://github.com/apgapg/flutter_profile) [![GitHub stars](https://img.shields.io/github/stars/apgapg/flutter_profile.svg?style=social)](https://github.com/apgapg/flutter_profile) Showcase My Portfolio: Ayush P Gupta on Playstore.
- [flutter_sankalan](https://github.com/apgapg/flutter_sankalan) [![GitHub stars](https://img.shields.io/github/stars/apgapg/flutter_sankalan.svg?style=social)](https://github.com/apgapg/flutter_sankalan) Flutter App which allows reading/uploading short stories.

# 👍 Contribution
1. Fork it
2. Create your feature branch (git checkout -b my-new-feature)
3. Commit your changes (git commit -m 'Add some feature')
4. Push to the branch (git push origin my-new-feature)
5. Create new Pull Request