You are the best brother dbstech . iam learning from you since 2 years and still . thank you for all your efforts you put here for us. jazak allah . may allah bless you and your family all the time.🙏🙏. i will start diving now in the awesome course.
Thank you so much for your incredible dedication and generosity in providing a free Flutter course on UA-cam! Your passion for teaching and expertise in Flutter shine through in every video. Your content has been an invaluable resource for aspiring developers like myself, helping us learn and grow in this exciting field. Keep up the fantastic work, and know that your efforts are making a positive impact on countless individuals around the world. You're a true gem in the developer community! 🚀👏
@@Csroot667 yes, you can. Actually, this course is designed for those who know very little about Flutter. Do you know why this course is so long? It's because it explains every bit of it. I didn't know about state management and the backend, but with this course, I understand it very well. I've watched two parts, and it has only covered state management so far.
Assalamun alaykum Ya Akhi. Shukran for the good work you are doing. Barakallahu fihi. I would like to learn Flutter through your youtube videos but I dont know where to begin from. Could please recommend to a starter like me, which of your videos to commence with.
what's your opinion ? should I learn Laravel or go for another backend ? before taking this course do I have to pay for this backend Service ? I have some basic Knowledge about firebase should I use it instead of Laravel?
Me too Multi Vendor Mobile Applications Here get your multi vendor food apps for your business. This app could be used as food, grocery, clothes shop. We offer 1. User app 2. Vendor app 3. Delivery boy app 4. Admin app Know more about the app here www.dbestech.com/tutorials/flutter-multi-vendor-app We also support further customization of this app. Thanks, Dbestech Wechat: dbestech
Should I use getx or riverpod for state management? Getx can put all the data of a page and the operation of updating data in a controller. If it is riverpod, does a provider need to be created for each piece of data?
I would like to ask if there is any performance gap between getx's getbuilder and riverpod. If not, I don't want to use riverpod. I haven't found any advantages in using riverpod except for the increase in the amount of code,Do you think riverpod has any advantages? @@dbestech
Nice, I just bought this course. Hey, I can not seem to find a decent course on PHP & Laravel for beginners, do you have a course on them or will make one. Especially intermidiate API development. Thanks
It depends on your app screen functionality. if you page context changes or have network request data, then you should be using bloc with statefulwidget. cuz you need to access initState() method
@@dbestech can you give me any example , plz I thought if we use bloc we can only use stateless widgets BC oz the state is managed by bloc then what's the need to take a stateful widget??
What is the foundation of the chat service among the lectures on the Udemy site? Sockets or Firebase Messaging Service? I want to purchase a lecture, but I want to check the contents. thanks.
Please will you give me complete roadmap to flutter from beginner to advance level. I'm very much distracted in this flutter field, don't know how to start....
Sir, how facebook actually shows its feed to user, like real time update with stream, like count, how stream pagination is done. Please sir could you do it for us.. ❤
Learning flutter
With you
is Always fun thank
youfor your
knowledge share 😉
Thank you! 😃
part 1 is completed ! I really enjoyed this part.
Awesome, thank you!
Waa'laikumsalam, Masyaallah
Thank u so much brother
Thank you so much for incredible Flutter course ... and give the best material for learn new thing and advance level
You are the best brother dbstech . iam learning from you since 2 years and still . thank you for all your efforts you put here for us. jazak allah . may allah bless you and your family all the time.🙏🙏. i will start diving now in the awesome course.
so you are doing job now?
I appreciate that!. Please and share the channel with others
This awsome tutorial help me a lot.Thank you so much
Glad it helped!
4:03:49 when i finish riverbod and i run my app shows me flutter testing error.
The error 👉 Bad state: No ProviderScope found
make sure you wrap your MyApp() inside ProviderScope in main.dart
@@dbestech thank you for helping
Thank you so much for your incredible dedication and generosity in providing a free Flutter course on UA-cam! Your passion for teaching and expertise in Flutter shine through in every video. Your content has been an invaluable resource for aspiring developers like myself, helping us learn and grow in this exciting field. Keep up the fantastic work, and know that your efforts are making a positive impact on countless individuals around the world. You're a true gem in the developer community! 🚀👏
@@Csroot667
yes, you can. Actually, this course is designed for those who know very little about Flutter. Do you know why this course is so long? It's because it explains every bit of it. I didn't know about state management and the backend, but with this course, I understand it very well. I've watched two parts, and it has only covered state management so far.
No,
If you basic in flutter you can watch the course ,
But for backend you should know basic of laravel
Hi @dbestech in this section I dont undestand why you use onChanged(value ) instant of textController
If you can do the work without extra widget why not?
This man putting the effort ❤❤❤❤❤for us , really really gald that we got u in this community
Thanks. Please like and share the tutorials.
Is that required to have a background in Laravel before to start this corse?I don't know anything in Laravel.What do you suggest me?
Your laravel server should be installed
And if do that I can continue without any background in Laravel?@@dbestech
Assalamun alaykum Ya Akhi. Shukran for the good work you are doing. Barakallahu fihi. I would like to learn Flutter through your youtube videos but I dont know where to begin from. Could please recommend to a starter like me, which of your videos to commence with.
what's your opinion ? should I learn Laravel or go for another backend ? before taking this course do I have to pay for this backend Service ? I have some basic Knowledge about firebase should I use it instead of Laravel?
Laravel is easy to learn and you don't need to pay. And I explained everything step by step
Wow really appreciated 🎉❤
My pleasure 😊
Wish this amazing backend was on Django.
Me too
Multi Vendor Mobile Applications
Here get your multi vendor food apps for your business. This app could be used as food, grocery, clothes shop. We offer
1. User app
2. Vendor app
3. Delivery boy app
4. Admin app
Know more about the app here www.dbestech.com/tutorials/flutter-multi-vendor-app
We also support further customization of this app.
Thanks,
Dbestech
Wechat: dbestech
The tutorials are amazing, may i please now what kind of color theme you are using?
Should I use getx or riverpod for state management? Getx can put all the data of a page and the operation of updating data in a controller. If it is riverpod, does a provider need to be created for each piece of data?
Getx is much easier than Riverpod. But in this tutorial I have tried to explain step by step easily. You may follow this as well
Yes, riverpod has more code than getx, but I'm not sure what the advantage of riverpod is @@dbestech
I would like to ask if there is any performance gap between getx's getbuilder and riverpod. If not, I don't want to use riverpod. I haven't found any advantages in using riverpod except for the increase in the amount of code,Do you think riverpod has any advantages? @@dbestech
when I try to use screenutil, this error appears in the console:
LateInitializationError: Field '_screenWidth@30084504' has not been initialized.
in your main function, you need to wrap material app using ScreenUtil and assign design size
Thank you sir. I need start code and assets. Please sir
www.dbestech.com/tutorials/flutter-riverpod-course-selling-app here updated
You want to share a link to the project resources folder. Thank you.
Here www.dbestech.com/tutorials/flutter-riverpod-course-selling-app updated
Awesome !
like and share
Vraiment merci pour tout le travail que tu consens à la création de vidéos aussi élaborés; however how to access the assets in your website.
www.dbestech.com/tutorials/flutter-riverpod-course-selling-app here updated
@@dbestech thank you very much.
3:36:41 dots indictor not working?
Make sure that you use dotsIndex for DotsIndicator position property
@@dbestech position property isn’t on video?
@@khadarfaarah1986 maybe next part
DotsIndicator(
position: index,
dotsCount: 3,
mainAxisAlignment: MainAxisAlignment.center,
decorator: DotsDecorator(
size: const Size.square(9.0),
activeSize: const Size(24.0, 8.0),
activeShape: RoundedRectangleBorder(
borderRadius: BorderRadius.circular(5.w)
)
),
), may look like this
@@dbestech when i tap next indicator not moving?
Will you upload the complete development of this app?
I will upload another 18 hours here.
Good day sir,
I can't find the resources for the asset folder in the description of the video.
www.dbestech.com/tutorials/flutter-riverpod-course-selling-app please go to the link and check carefully
@@dbestech Sir, Do we have to buy you a coffee for the assets?
What is the function on the sign up button in Signup page
the handleSignUp in the SignUpcontroller.
sir from where can I get source code of this project?
www.dbestech.com/tutorials/flutter-riverpod-course-selling-app is all the info
How much of Laravel do I need to know before taking this course?
I covered everything from the scratch. You don't need to learn anything before.
Thank you,@@dbestech
welcome @@Ayan-od8hk
Im following your list u learning and thiss is simmiler tell me which show i should follow this one or your previous list u learning
This is the riverpod version, before you learned bloc one
@@dbestech which should I follow this is with admin panel and bloc version I think so don't have any admin panel yet. Please guide me.
I want to download assets picture and font can you help me?
Same, i also want.if you get link then kindly send it to me
missing part 8:04:01 where u create sign in controller
me too 😒
@dbestech are udemy's flutter bloc courses (course selling and advanced chat app) completed or some part of it is pending?
social login section and profile edit section remained. But the core part is done.
Okay
Please upload about the uses of dart dev tools there is no proper video on it.
5:07:16 I think the following would be a bit better.
return imagePath.isEmpty ? SizedBox() : Image.asset(imagePath ...);
I could, but it would make the layout ugly. and Image path is a string, Sizedbox is a widget, they don't fit for each other.
Good tutorial
Glad you think so!
Ur logo is changed 😀
don't like?
@@dbestech yeah looks neat
Did you post complete application with admin panel? Of this application and its the other version or your application called u Learning?
It has more hours to come
Nice, I just bought this course.
Hey, I can not seem to find a decent course on PHP & Laravel for beginners, do you have a course on them or will make one. Especially intermidiate API development. Thanks
Thank you. I have covered Laravel api building in depth here in this course.
hi, im enjoying this video so far, however if i bought the course on udemy will i get access to the source code?
part two code you need to buy separately buymeacoffee.com/dbestech/e/225198
when to use a stateless widget with bloc and when to use a stateful widget plz tell i am very confused ..?
It depends on your app screen functionality. if you page context changes or have network request data, then you should be using bloc with statefulwidget. cuz you need to access initState() method
@@dbestech can you give me any example , plz I thought if we use bloc we can only use stateless widgets BC oz the state is managed by bloc then what's the need to take a stateful widget??
1. Hello can a student make a audio and video call also
2. Can we specify the access limit for course like access for 30 days or 60 days like this.
I have a dedicated audio and video app tutorial. You may follow that
Is this complete app with backed
With riverpod. ?
yes, complete with Riverpod
What state management did u use?
What backend language did u used in this course?
Riverpod and Laravel
thank you so much, and can you give me asset folder ?
www.dbestech.com/tutorials/flutter-riverpod-course-selling-app
here please read carefully and also help share the channel
oh thank you, I did it
please post the getX management for this app
What are the best practice in using riverpod
I covered in the tutorial, in depth
can you provide a link to assets of this project?
given here www.dbestech.com/tutorials/flutter-riverpod-course-selling-app
How to get assets to start application
www.dbestech.com/tutorials/flutter-riverpod-course-selling-app
Please like and share the channel with others
@@dbestech already subscribed thanks I request to make crud backend laravel for beginner thanks
Is Getx learning to biginner.? Or not.
It's with Riverpod
What is the foundation of the chat service among the lectures on the Udemy site?
Sockets or Firebase Messaging Service?
I want to purchase a lecture, but I want to check the contents.
thanks.
will you make this app with flutter provider?
not sure yet
Does course for beginners?
yes mostly for beginners
Please will you give me complete roadmap to flutter from beginner to advance level. I'm very much distracted in this flutter field, don't know how to start....
Bro php mysql flutter full course video
got it. I will try
will u post here all the parts of the course ?
yes, there will be another 16 hours published here
is there any advantage to taking this course on Udemy?
same as here?
can you please make social media app tutorial
Hi, but is the udemy course the same as this?
Yes and longer
@@dbestech what is different with udemy course ? Is Udemy have some special ?
@@鄭琮瀚-x2j on Udemy, you get better service and code for each section
Esselamu aleyküm ve rahmetullahi ve berekatühü
Learn about our excellent course
Flutter Multi Vendor App (includes chat)
www.dbestech.com/tutorials/flutter-multi-vendor-app
Flutter Single Vendor App
www.dbestech.com/tutorials/flutter-food-delivery-app-e-commerce-for-ios-and-android
Riverpod E-commerce app stunning UI
www.dbestech.com/tutorials/riverpod-folder-structure-clean-architecture
Will you upload this video later?
yes
where we can download the resource file?
www.dbestech.com/tutorials/flutter-riverpod-course-selling-app here the starter code is given
This was gold!
Thanks
AOA sir i am waiting for Full Stack Project in React Native with Rest API with Node Js and advance Redux Toolkit plz start this
Nice. is there any advantage to taking this course on Udemy?
yes, code given in every section and chat if you have problems
And complete code given as well
@@dbestech Thank you! I've purchased the course. It's so good.
@@f4zii pls give me a good 5 star rating. It would help me make better course in the future. And write comments when you give ratings
@@f4ziican you give me this cource
will this course be totaly free or we have to buy it on Udemy ?
of course not free. We put hundreds of hours to make them
Where is the getx version of this !?
Can i know your code editor theme?
many plugins
Wa'aliakum salam
how can I start learn firebase as a beginner??
This is perfect for you
Sir, how facebook actually shows its feed to user, like real time update with stream, like count, how stream pagination is done. Please sir could you do it for us.. ❤
You may use firebase api to do it. It's easy with firebase api.
@@dbestech sir, what about stream pagination. I am stuck there. could make tutorial on stream pagination, please.
@@sanamtamang1208 if you know how pagination works wojt chatting and update chat info you will be able to do it too
Has the video been cut many times?
Nope. What problem are you facing?
chatty course on udemy when new post upload?
tomorrow. how much did you follow?
@@dbestech yesterday you say tomorrow now tomorrow not posted
@@iosgod07 my apology. Definitely you will get tomorrow. Did you finish all of them?
@@dbestech yes i am comleted all sir
How i can get Assets folder please give me code excess
www.dbestech.com/tutorials/flutter-riverpod-course-selling-app here updated
Please upload about the uses of dart dev tools there is no proper video on it.
Create dream 11 full stack clone
Starter Code isn't free??
www.dbestech.com/tutorials/flutter-riverpod-course-selling-app
here top right
Where is GitHub repo?
No repo.
Uzbekchasi bormi bu darsizi
❤❤❤
Sir creates zomato full stack clone
Sir UA-cam channel par live
where is the donwload link ?
here at top link www.dbestech.com/tutorials/flutter-riverpod-course-selling-app right top
Dream 11 clone developed
GetX version, please 😭😭😭
Yes, working on it.
Plz make this Same project in React Native Plz sir
new react native is one the way,
❤❤
wiwiwiiww
keep watching
can we have the final project code ?
You may take the course on Udemy and get the code