This repo provides basic examples of using RxDart in practical applications.
**The sample(s) will keep on updating
- one_network_call_with_refresh.dart
- two_network_calls_series.dart
- two_network_calls_parallel.dart
- search_in_app.dart
- search_on_backend.dart
- 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
- pie_chart Flutter Pie Chart with cool animation.
- avatar_glow Flutter Avatar Glow Widget with glowing animation.
- search_widget Flutter Search Widget for selecting an option from list.
- animating_location_pin Flutter Animating Location Pin Widget providing Animating Location Pin Widget which can be used while fetching device location.
- flutter_profile Showcase My Portfolio: Ayush P Gupta on Playstore.
- flutter_sankalan Flutter App which allows reading/uploading short stories.
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -m 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request