For what I've seen, is better to make a widget than extract a method, it enhances performance because Flutter understands more about when build things again than when you utilize the component as a method
Great stuff bro thanks for sharing , i have one request bro how to implement navigation service withour any context and with out getx also , i need a navigation service that can be use in some api service when it unauthroised directly need to navigate globally at one place
Thank you. You can create your own for that but I think you'll have to pass Context. To do the navigation on unauthorized I'll suggest you to read streams as when sign out or unauthorized state stream state will be change and will be unsubscribed to stream then your required action will automatically be performed. I hope it helps ☺️
Hi can you create a video where the app has several languages, for example I want my app to be on English when I click on English button and when I click on German language I want my text in the app to change in German language. Great work btw
it's OK when reusing common stuff but what about logic? for example handling taps? I think flutter is not doing a good job with those kinds of things, for example, you want to reuse a widget X, in some cases taping on it navigates to another place of the app, and in some cases just does anything else. It's the same list view but placed in different places of the app.
Dear you can send onPressed events uniquely for each case. So your taps can easily be handled. You can use VoidCallback onPressed; variable and receive its value in the constructor like any other value.
Watch the complete playlist of Flutter Crash Course
ruclips.net/p/PL5jb9EteFAODi35jPznP37hnR2sTHOOTU
I have really learnt alot from u.Thank u
You wrlcome dear! I'm glad it's helpful
you are the best.. i have learnt so much from you. more blessings
Wow, thank you
For what I've seen, is better to make a widget than extract a method, it enhances performance because Flutter understands more about when build things again than when you utilize the component as a method
Very right 👍
Waouh 😮😮😮 the perfect DRY
Great stuff bro thanks for sharing , i have one request bro how to implement navigation service withour any context and with out getx also , i need a navigation service that can be use in some api service when it unauthroised directly need to navigate globally at one place
Thank you.
You can create your own for that but I think you'll have to pass Context.
To do the navigation on unauthorized I'll suggest you to read streams as when sign out or unauthorized state stream state will be change and will be unsubscribed to stream then your required action will automatically be performed.
I hope it helps ☺️
Really best vid thanks 💙
So glad dear 😁
great vid
Thank you 😊
You are amazing
Thank you ☺️
Hi can you create a video where the app has several languages, for example I want my app to be on English when I click on English button and when I click on German language I want my text in the app to change in German language.
Great work btw
Thank you dear and a Great suggestion. I'll definitely keep it in my list for the new upcoming E-Commerce app playlist.
@@CodingwithT if possible use JavaScript language and empty activity
Walakiumussalam Wa Rahmtullah ❣
can u give us tutorial for retrofit mysql operation
btw thanks for giving such content
I'll try to create that as soon as possible. Added in the list.
And Thank you 😊
Keep up the good work bhai : ) Api's integration ki series kb start kary gy ?
Thank you bhi. I've a huge list but I'm planning it as well. 🤠😃
thank you so much
You welcome 🤠
it's OK when reusing common stuff but what about logic? for example handling taps? I think flutter is not doing a good job with those kinds of things, for example, you want to reuse a widget X, in some cases taping on it navigates to another place of the app, and in some cases just does anything else. It's the same list view but placed in different places of the app.
Dear you can send onPressed events uniquely for each case. So your taps can easily be handled.
You can use VoidCallback onPressed; variable and receive its value in the constructor like any other value.
sir make videos in handi
I'll try to make course in it also