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: 17 days ago
JSON representation
Collection of Rx Dart samples
- Host: GitHub
- URL: https://github.com/apgapg/rx_dart_samples
- Owner: apgapg
- Created: 2020-02-15T04:12:17.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-11T11:12:25.000Z (over 3 years ago)
- Last Synced: 2025-04-15T20:15:48.817Z (17 days ago)
- Topics: dart, flutter, rx, rxdart, rxdart-flutter, search, searchbar, subjects
- Language: Dart
- Homepage:
- Size: 4.55 MB
- Stars: 11
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Rx Dart Samples [](https://github.com/apgapg/rx_dart_samples) [](https://twitter.com/ayushpgupta)  [](https://play.google.com/store/apps/details?id=com.coddu.flutterprofile)[](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)
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
### 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) [](https://github.com/apgapg/pie_chart) Flutter Pie Chart with cool animation.
- [avatar_glow](https://pub.dartlang.org/packages/avatar_glow) [](https://github.com/apgapg/avatar_glow) Flutter Avatar Glow Widget with glowing animation.
- [search_widget](https://pub.dartlang.org/packages/search_widget) [](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) [](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) [](https://github.com/apgapg/flutter_profile) Showcase My Portfolio: Ayush P Gupta on Playstore.
- [flutter_sankalan](https://github.com/apgapg/flutter_sankalan) [](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