such a good tutorial i've ever see. thank you very much sir. I'm from indonesia. love you sir
@CodingwithT Жыл бұрын
So nice of you. Thanks to you for your love and support 🎉🙏
@abdulrahmanmufarrah7883 Жыл бұрын
I really like the way that you don't show us specific configurations for the app your developing , but a guidelines for better reusable code for any type of application, which is something missing in 99% of online tutorials but is perfectly constructed in your course. well done man . i really enjoyed this.
@CodingwithT Жыл бұрын
Glad to hear that 😍
@legardemontcho67394 ай бұрын
After 2 years working for a company, I wanted to take things to the next level. To get there, I'll have to compare my existing knowledge with that of others. Most of all, I need to be critical and fair-minded when it comes to summarising. I have a feeling that this series is going to be a big plus for me.
@CodingwithT4 ай бұрын
Let’s go
@magnum.tech1111 ай бұрын
2:48 Overview of Theme Properties in MaterialApp 6:12 Create our resuable custom ThemeData 10:12 Our own TextTheme utlity
@CodingwithT11 ай бұрын
Thank you
@magnum.tech1111 ай бұрын
@@CodingwithT you are welcome sir 😅
@muhammaddaniyalkhan60385 ай бұрын
@@CodingwithTwhere to get code for the themes'?
@MachineLearning-rw7jd Жыл бұрын
I am loving this series. Lots of knowledge mr. T !
@CodingwithT Жыл бұрын
Thank you 🙏
@legardemontcho67394 ай бұрын
The theme folder organisation here is a better approach. It's really simple to edit and easy to reuse on another project. Breaking up a large file into smaller files is the clean code that Uncle Bob talks about in his book. I'm fan !
@CodingwithT4 ай бұрын
Thank you. I am glad you like the content.
@acornerofherheart-jr9pl6 ай бұрын
i didnt still know that theme is that much powerful in flutter best explanation by you.... perfect reusability is shown
@CodingwithT6 ай бұрын
It’s very much powerful dear 🫨
@Mrlikeandshare11 ай бұрын
You are a great teacher I wish for you all the best ❤
@CodingwithT11 ай бұрын
Thank you for your support 😊
@gigamgamboa82811 ай бұрын
thanks master! i'm learning from you
@CodingwithT11 ай бұрын
You welcome 🤗
@ishaqsaeed Жыл бұрын
Yes I really need this, Thank You
@CodingwithT Жыл бұрын
I hope it'll be beneficial for all 😊
@yakshg7184 Жыл бұрын
Sir I had a query , why do you prefer GetX in your most of the projects, just want to know your perspective
@CodingwithT Жыл бұрын
There are many reasons but the main one is that. It's simple and easy to understand+ it's fast.
@ihssanehmichou10 ай бұрын
what language of programmation you used : (java or Kotlin), (swift or objective c)
@CodingwithT9 ай бұрын
You don't have to change the settings while making a project. use default settings for them
@ihssanehmichou9 ай бұрын
thank you @@CodingwithT
@d-apps26992 ай бұрын
Amazing video, very helpful thanks
@CodingwithT2 ай бұрын
Glad it was helpful!
@overbyte10 ай бұрын
Good tute - cheers 👍
@CodingwithT10 ай бұрын
Thank you! Cheers! 🥂
@bayualiffarisqi32516 ай бұрын
verry amazing tutorial, sukron🙏
@CodingwithT5 ай бұрын
Thank you so much! I'm glad you enjoyed the tutorial. Sukron! 🙏😊
@adnanshah754 ай бұрын
Hello Sir. I have a simple question! why are we using TTextTheme or TAppTheme? can we use simple TextTheme or AppTheme? waiting for your kind response. Thank you.
@haidernaeem31474 ай бұрын
T was used to make it easy to call custom themes whenever T is typed it will show all the custom themes you can keep it T X Y Z any or none
@adnanshah754 ай бұрын
@@haidernaeem3147 thank you brother
@agalajohnagala5187 Жыл бұрын
Thank you so much for all your help...
@CodingwithT Жыл бұрын
You welcome 😁
@donzhu49967 ай бұрын
Thanks man, this is the best tutorial
@CodingwithT6 ай бұрын
You welcome 🙏 and I am Glad it helped.
@sarahismail-ob4is6 ай бұрын
hi, i have a question. in chip_theme.dart, for darkChipTheme, why does it have 'const' but not for lightChipTheme in the initialization ? thank you !
@CodingwithT6 ай бұрын
There must be some value that we might not noticed is changed
@acornerofherheart-jr9pl6 ай бұрын
I have a que if i define all type of style in themedata like elevated button and others then while creating elevated button do i need to redefine style there or not? it will be taken from the themedata?
@CodingwithT6 ай бұрын
As explained, You have to create your theme and add that in the aap.dart file. Then you just have to call ElevatedButton and that’s all
@acornerofherheart-jr9pl6 ай бұрын
@@CodingwithT ok i made my first app but each time i had given custom styles to each widget but now i got this video so i will apply theme in next app for sure
@richardappow6770 Жыл бұрын
What version of Android Studio are you using here? I really love how the Run/Debug toolbar is grouped and highlighted
@CodingwithT Жыл бұрын
It is the latest version of android studio.
@Jiayoujiayoulalalla9 ай бұрын
I only have fundamental knowledge in dart and flutter, can i follow this tutorial to learn ? is this suitable for beginner?
@CodingwithT9 ай бұрын
If you can create an app even a very small one then yes it’s for you.
@vinaythak74267 ай бұрын
Sir can you tell me how you have created the packages directly because I'm using a mac
@CodingwithT6 ай бұрын
You can use folders or packages by just right clicking. They are same.
@Prototype.abdullah4 ай бұрын
MaterialStateProperty this property depricated how i can use its replacement
@CodingwithT4 ай бұрын
MaterialStateProperty has been deprecated. You should use WidgetStateProperty instead.
@akwaranduconstance1822 ай бұрын
Can theses be used on vscode flutter
@CodingwithTАй бұрын
Absolutely
@bishalrumba36718 ай бұрын
I have an issue: The font and Text (Text theme) is working perfectly fine in Debug mode, but it is not working in release mode. the font and text gets lost, not showing up in release mode. i followed your tutorial and still the issue persists. In release mode: after i run the app for first time the text shows up, but opening the app after terminating it and font gets lost. please help
@CodingwithT8 ай бұрын
Please verify that your fonts are being bundled correctly when you build your app in release mode. You can check this by inspecting the contents of your built APK file.
@bishalrumba36717 ай бұрын
@@CodingwithT Thanks for the reply, but the issue seems to be causing by using flutter_screenutil package. it is now solved after following the documentation for using it in hybrid development.
@shehzadhussain49110 ай бұрын
how to make the code in a single line like the way it is in the TTextTheme (headLineLarge and headLineMedium ) whenever I save it it occupies multiple lines.
@CodingwithT10 ай бұрын
There is a line in the editor which breaks the code and makes it smaller.
@tokyo40757 ай бұрын
You are so amazing guy dude!
@CodingwithT7 ай бұрын
Thank you.
@dcsflightdeck6 ай бұрын
Amazing tutorial!
@CodingwithT6 ай бұрын
Glad you think so!
@richardappow6770 Жыл бұрын
Are you using compact mode for your Android Studio theme?
@CodingwithT Жыл бұрын
It's the latest one.
@SoulCalmingWithAzooz10 ай бұрын
The source code link is not working?
@CodingwithT10 ай бұрын
It’s working
@bell3746 Жыл бұрын
very useful content, man really apreciate it never stop of doing this kinda lessons
@CodingwithT Жыл бұрын
Thank you 🙏. I'm on it
@mehrdadhosseini54488 ай бұрын
It's great but I can't download App Project Starter KIT in your website is it possible to send it with mail service?
@CodingwithT8 ай бұрын
You can also download starter kit from cwtstore.gumroad.com/l/Flutter-Project-Starter-Kit
@mehrdadhosseini54488 ай бұрын
@@CodingwithT Thanks man 🙏🌹
@faresomar-th3ml3 ай бұрын
very usefull thanks dev
@CodingwithT3 ай бұрын
Glad you found it useful! Thanks for the support!
@tokyo40757 ай бұрын
keep building the world, keep building the flutter, keep building the widget 💇 😆]
@CodingwithT7 ай бұрын
Thank you! We're glad to have you on this journey of building with Flutter. Let's keep creating amazing things together! 💪🚀😊
@santiagovalencia66589 ай бұрын
Amazing tutorial
@CodingwithT9 ай бұрын
Thank you for your support. I am glad that my videos are helpful for you.
@Hamza-yq7sj Жыл бұрын
Sir in starter kit there is helper folder pricin_calculator.dart. In this file cart_model.dart file missing
@CodingwithT Жыл бұрын
😲 Comment that out for now. We will add that file in later tutorials
@CodingwithT Жыл бұрын
Code is also updated.
@Hamza-yq7sj Жыл бұрын
@@CodingwithT ok sir 😁💜
@SeriatyTn9 ай бұрын
in my virtual device i cant see dark mode ..
@CodingwithT9 ай бұрын
You can update your emulator and add a latest device or you can run the code on physical device. If none of these steps resolve the issue, you may need to further investigate the settings and configurations of your virtual device
@SeriatyTn9 ай бұрын
@@CodingwithT i update the emulator and it works thnx ❤❤
@sanjaysingh-kq8wg8 ай бұрын
i have a doubt from where i can get the font files
@CodingwithT8 ай бұрын
Hi, you can get the Project Starter kit containing Assets, folder structure and more for free from codingwitht.com/product/flutter-ecommerce-app-with-firebase/
@truongvo7578 ай бұрын
This course should be available on Udemy or Coursera, and I am willing to pay for it.
@CodingwithT8 ай бұрын
You can join me on Patreon and watch multiple courses along the way and much more. www.patreon.com/CodingwithT848/membership
@kynjal233 күн бұрын
good content but we cant follow up this course , you should have use vscode themes to avoid stress on oureyes
@CodingwithT2 күн бұрын
I appreciate your feedback and will keep that in mind for future videos!
@mrhosin13767 ай бұрын
Really respected ❤
@thekd5376 Жыл бұрын
where is the src code, it's not in your website, do i have to pay for it
@CodingwithT Жыл бұрын
I have shared the link in the description of every video to download the project.
@mahmoud_hamdy_flutter10 ай бұрын
if you can it will be good if you make the font of editor more bigger
@CodingwithT10 ай бұрын
I will surely do it in the next Playlist. Thank you for your advice ❤️
@minhajraza226811 ай бұрын
Thanks❣❣❣
@CodingwithT11 ай бұрын
You welcome 🤗
@from_whatch Жыл бұрын
future getx convert to bloc possible???
@CodingwithT10 ай бұрын
Just change the backend classes
@vic-db4rv10 ай бұрын
cant download source code...web down
@CodingwithT10 ай бұрын
Its working. Please try again or clear the cache
@RaiwindConcreteProducts-dh7yf2 ай бұрын
Hello Sir.... just want to know if the Source files are only available after Purchasing ? Do i have to buy the source files ?
@CodingwithT2 ай бұрын
Hi 👋, You can buy the whole app and admin panel if you want but you can also download free starter kit 🎉
@mdabdurrahman6899 Жыл бұрын
Please use bloc in this e-commerce project
@CodingwithT Жыл бұрын
Noted bro. I have already started this with GetX and will also create one using Bloc
@mdabdurrahman6899 Жыл бұрын
@@CodingwithT ok, thanks
@muhammadmasood29124 ай бұрын
Confirm Jannati 💝
@CodingwithT4 ай бұрын
Thank you so much! Your support means a lot. 💝
@aliaqdas366 Жыл бұрын
where you from sir?
@CodingwithT Жыл бұрын
I'm from Planet Flutter 🍃😁. Actually I'm from Islamabad, Pakistan. Also travels a lot.
@alifallahorinsan783111 ай бұрын
bro can u tell me file type
@CodingwithT11 ай бұрын
Which file type you want me to tell. can you explain?
@kausarfatima13186 ай бұрын
kindly provide assets
@CodingwithT5 ай бұрын
To download the starter kit containing assets, you can select app project starter kit in the variations from codingwitht.com/product/flutter-ecommerce-app-with-firebase or you can download from cwtstore.gumroad.com/l/Flutter-Project-Starter-Kit
@nanavlog77778 ай бұрын
if you do not want to give source code even, please you should give images,fonts etc.
@CodingwithT8 ай бұрын
You can get the Project starter kit for free from codingwitht.com/product/flutter-ecommerce-app-with-firebase/ , containing folder structure, localization support, error handling, utilities, assets, constants, sizes, and customizable themes. It's designed to kickstart your project with essential elements.
@aouadicharaf1038 Жыл бұрын
❤❤❤
@CodingwithT Жыл бұрын
Thank you😊
@aouadicharaf1038 Жыл бұрын
@@CodingwithTNo thank u 🙏 from what i see the code is organized and easy to understand and i can apply it on any project. U r a flutter hero 🫡🫡🫡
@0_.tabbby._02 ай бұрын
Guys, I have a crush on someone now 🤣
@CodingwithT2 ай бұрын
Crush 😻 on Someone 🤓 Hopefully this content will be more useful.
@0_.tabbby._02 ай бұрын
@@CodingwithT 🤣🤣🤣💔
@rafisdiscoverdiary8 ай бұрын
I got this error , Expected "fonts" to be a list, but got {family: poppins, fonts: [{asset: assets/fonts/Poppins-Light.ttf, weight: 300}, {asset: assets/fonts/Poppins-Regular.ttf, weight: 400}, {asset: assets/fonts/Poppins-Italic.ttf, style: italic}, {asset: assets/fonts/Poppins-Medium.ttf, weight: 500}, {asset: assets/fonts/Poppins-MediumItalic.ttf, weight: 500, style: italic}, {asset: assets/fonts/Poppins-SemiBold.ttf, weight: 800}, {asset: assets/fonts/Poppins-SemiBoldItalic.ttf, style: italic, weight: 800}, {asset: assets/fonts/Poppins-Thin.ttf, weight: 500}, {asset: assets/fonts/Poppins-ThinItalic.ttf, weight: 500}, {asset: assets/fonts/Poppins-Black.ttf, weight: 500}, {asset: assets/fonts/Poppins-BlackItalic.ttf, weight: 500, style: italic}]} (YamlMap). Please correct the pubspec.yaml file at D:\ECommerce_Store\pubspec.yaml what should i do now ? how to create a font list? Ive added all this fonts inside the asset folder and also added the fontsfamily in the theme.dart file.
@CodingwithT8 ай бұрын
There should be an error in the code. But you can download the project starter kit for free having assets folder structure and much more for free from codingwitht.com/product/flutter-ecommerce-app-with-firebase/
@OlaAllam-i9s23 күн бұрын
Where can i find the ui file in figma?!
@CodingwithT20 күн бұрын
"Unfortunately, there's no Figma file available for this.