Hello Sir, explanations are always very effective. Your teaching is very professional. I'm still on the training "Flutter ecommerce app..." Thank you very much for your work and your sharing.
Great tutorial, thank you. i'm new to Bloc, so i have a question, hope you will help me answer it. I want to work on an entity with CRUD, should i seperate them into multi Bloc classes (because as far as i learned, one bloc only has one state at the time, what if i want to display a list of products, and then when i click on each product, a popup opened and show the product detail information - now in this case i have to use at least 2 states which are ListProductLoaded and ProductDetailLoaded, maybe more states to show loading indicators)
Hello Sir,
explanations are always very effective. Your teaching is very professional.
I'm still on the training "Flutter ecommerce app..."
Thank you very much for your work and your sharing.
Excellent
Learned so many things. Thank you. Appreciate your work. Waiting for more..
More to come!
Great tutorial
one of best channels
Most welcome
Great tutorial, thank you. i'm new to Bloc, so i have a question, hope you will help me answer it. I want to work on an entity with CRUD, should i seperate them into multi Bloc classes (because as far as i learned, one bloc only has one state at the time, what if i want to display a list of products, and then when i click on each product, a popup opened and show the product detail information - now in this case i have to use at least 2 states which are ListProductLoaded and ProductDetailLoaded, maybe more states to show loading indicators)
Great tutorial, but I like getx it simple not boiled code as bloc
Yes, Getx is easier than BLoC
Very nice! Thx for you. Actually 🤝
Thank you too!
Hey dear!
I need help please how I can implement post and get both API in drop-down search please guide me make it video
Sir
Can you make video full project with Bloc like you before do using getx ecommerce project
yes, I am working on it.
Alsalam Ealaykum sir can you make a tutorial < flutter and Sql Sever database >
Here we go ruclips.net/video/6SaCntGgi5o/видео.html
Is this bloc's new tutorial series as you said in the poll?
nope. These are short once. I am working on the big one
@@dbestech Ok it's great I'm waiting for big one regarding Bloc/ Cubit Your all tutorials are good helpful for everyone Thank You So Much
Hey brother, when are you planning to upload the complete bloc app?
In two weeks
@@dbestech Thanks
@@samirok9340 welcome
why only price ! = null condition is checked and why not name ! = null ?
If we have multiple repositories then how should we add those repositories in MaterialApp in RepositoryProvider.
Yes, we can MultiRepositoryProvider(
providers: [
RepositoryProvider(
create: (context) => RepositoryA(),
),
RepositoryProvider(
create: (context) => RepositoryB(),
),
RepositoryProvider(
create: (context) => RepositoryC(),
),
],
child: ChildA(),
)
@@dbestech thank u so much i always follow you for any kind of flutter stuffs.
@@salmanmohammad9343 most welcome
❤️❤️
Thanks
Can you do it with XAMPP?
yes, you can
Can i get source code this tutorial
Yes, you can . Please check out the description.