If Part 1 of the tutorial has finished without even starting to cover the main topic of "infinite scrolling", then it's obvious that the sample app is over-engineered because of that BLoC thing (to be fair, the title says BLoC). A simpler data model with Provider package would have been enough. But having said that, this is a good tutorial to grasp the concept, even now in 2021.
Also I am struggling in implementing a bottomnavigationbar using bloc and maintaining the tab's corresponding pages' states. How would we go about this? I am sure a lot of people are struggling too. For instance I have a map in one page and I change the location by dragging and when I switch pages and come back to the Map page, it builds the map and points to the default location.
It is possible that reached bottom scroll might happen more then one time, and thus multiple api calls are started at the same time ( dispatching fetchNextPage). How is your idea of best handling that
@@ResoCoder StreamBuilder is elegant enough for BLoC pattern. I have no idea why to use flutter_bloc lib and what pros are to use flutter_bloc instead of the default StreamBuilder. I just feel flutter_bloc approach weird. Somebody online in reddit says flutter_bloc is closer to redux pattern. I never use redux pattern before so I am not sure if that statement is correct or not.
@@ResoCoder Thanks a lot for the quick reply. Some quora answer says to ask the author to enable CC if the button doesn't exist. Maybe that answer is wrong. Sorry about it.
Hey, man subscribe popup is irritating me. You don't need to tell the user to subscribe time and again. If your content is good the user will automatically subscribe to your channel. I subscribed your channel because I find your videos to be important not because of those irritating popups. So, from the next video stop showing the subscribe popups. :@
If Part 1 of the tutorial has finished without even starting to cover the main topic of "infinite scrolling", then it's obvious that the sample app is over-engineered because of that BLoC thing (to be fair, the title says BLoC). A simpler data model with Provider package would have been enough. But having said that, this is a good tutorial to grasp the concept, even now in 2021.
Man
You are the best
Effective method of explaining
Does using built_value classes help a lot more than the naked bloc that you implemented in previous videos? What is it's strength in terms of bloc?
Also I am struggling in implementing a bottomnavigationbar using bloc and maintaining the tab's corresponding pages' states. How would we go about this? I am sure a lot of people are struggling too. For instance I have a map in one page and I change the location by dragging and when I switch pages and come back to the Map page, it builds the map and points to the default location.
You can Use IndexStack in body of your scaffold widget of tabbar file. reach to me flutter.rashpinder@gmail.com
What if I want to scroll for both directions? Do you have any solution?
hello can i ask about snippets used in you'r vedio
It is possible that reached bottom scroll might happen more then one time, and thus multiple api calls are started at the same time ( dispatching fetchNextPage). How is your idea of best handling that
great video as always bro, thanks a lot
AWESOME
Thanks.. it's will be very nice if datasource is taken from restfull API.
ok I understood why you use empty events instead of enums. Thank you.
Please can anyone share this playlist link
My list_state.g.dart file isnt generating
oh, you are using flutter_bloc, I am trying to avoid a third-party lib and prefer using StreamBuilder directly.
May I ask why? If you want to use a StreamBuilder, Bloc exposes its stream through the state field, I think.
@@ResoCoder StreamBuilder is elegant enough for BLoC pattern. I have no idea why to use flutter_bloc lib and what pros are to use flutter_bloc instead of the default StreamBuilder. I just feel flutter_bloc approach weird. Somebody online in reddit says flutter_bloc is closer to redux pattern. I never use redux pattern before so I am not sure if that statement is correct or not.
why are you using builtlist? builtlist is not generally used with real api data
pagination in kotlin sir?
Theme?
Why do you disable CC??
I don't, RUclips does that automatically on some videos 🤷♂️
@@ResoCoder Thanks a lot for the quick reply. Some quora answer says to ask the author to enable CC if the button doesn't exist. Maybe that answer is wrong. Sorry about it.
@@lisongyun No problem.
Hey, man subscribe popup is irritating me. You don't need to tell the user to subscribe time and again. If your content is good the user will automatically subscribe to your channel. I subscribed your channel because I find your videos to be important not because of those irritating popups. So, from the next video stop showing the subscribe popups. :@
Thank you for your input on these popups!
Almost a framework for a list pagination...
lol