Skip to content

apgapg/rx_dart_samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RxJS Logo

Rx Dart Samples GitHub stars Twitter Follow GitHub last commit Website shields.ioOpen Source Love

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

**The sample(s) will keep on updating

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 GitHub stars Flutter Pie Chart with cool animation.
  • avatar_glow GitHub stars Flutter Avatar Glow Widget with glowing animation.
  • search_widget GitHub stars Flutter Search Widget for selecting an option from list.
  • animating_location_pin GitHub stars Flutter Animating Location Pin Widget providing Animating Location Pin Widget which can be used while fetching device location.

⭐ My Flutter Apps

👍 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