Prime-Holding / rx_bloc

A set of Flutter packages that help implement the BloC (Business Logic Component) design pattern using the power of reactive streams
https://pub.dev/packages/rx_bloc
62 stars 21 forks source link

Using RxBlocProvider with SearchDelegate #675

Closed bensonarafat closed 2 months ago

bensonarafat commented 2 months ago

Hi Please, how can i be able to use RxBlocProvider with SearchDelegate, I checked the examples but there is nothing. I will love if you can guide me on this, or show me a code sample Thanks

StanevPrime commented 2 months ago

Please have a look at the Booking sample and let me know if you have any questions.

https://github.com/Prime-Holding/rx_bloc/blob/feature/github-search-rebuilt/examples/github_search/lib/feature_dashboard/views/dashboard_search_delegate.dart

bensonarafat commented 2 months ago

Thanks. @StanevPrime This was what i was looking for. I'm closing the issue now.