For any one watching now dont worry about the extraction of widgets its tiring but repeating it time and time again helps you in learning. Thank you for this awesome content
Since Dart 3.0 you can use switch expressions for the code at 21:05 likes so, instead of the cascading ternary expressions: ... textAlign: textAlign, style: switch (brandTextSize) { TextSizes.small => Theme.of(context).textTheme.labelMedium!.apply(color: textColor), TextSizes.medium => Theme.of(context).textTheme.bodyLarge!.apply(color: textColor), TextSizes.large => Theme.of(context).textTheme.titleLarge!.apply(color: textColor) }, ...
Hi.. thanks for all these videos.. I have one doubt from your older video. While adding the auth repo to the main.dart you replaced splashscreen with circular loading screen. how to bring back splash screen ? please help me?
Hi thanks for all your amazing videos … am still get error in TSectionHeading onPressed ..invalid constant even after adding Mai axis alignment please help
It seems like you're encountering an error related to onPressed in TSectionHeading. The error is because you are using const. before the widget. try removing it and let me know if it helped
Waoo thank you dear dear sir keep up continues daily basis please sir
I'm trying my best 🙏
For any one watching now dont worry about the extraction of widgets its tiring but repeating it time and time again helps you in learning. Thank you for this awesome content
Thanks for sharing. 🎉
Since Dart 3.0 you can use switch expressions for the code at 21:05 likes so, instead of the cascading ternary expressions:
...
textAlign: textAlign,
style: switch (brandTextSize) {
TextSizes.small => Theme.of(context).textTheme.labelMedium!.apply(color: textColor),
TextSizes.medium => Theme.of(context).textTheme.bodyLarge!.apply(color: textColor),
TextSizes.large => Theme.of(context).textTheme.titleLarge!.apply(color: textColor)
},
...
Very informative ❤️
thank u for such an amazing tutorial, can I ask sir on how can I fix the first view all text button and put it in to right side? 🙏🙏
Thank you! To align the 'View All' text button to the right, you can wrap it in a Row and use MainAxisAlignment.end
Thank you for keeping up with this series ....it's helped me so much
You welcome 🤗
Thank you sir. Are you doing a video concern the adaptative and responsive app in this videos series?
As you see we tried to focus on adaptive design in this tutorial also.. but will cover it in detail in a separate tutorial.
Hi.. thanks for all these videos.. I have one doubt from your older video. While adding the auth repo to the main.dart you replaced splashscreen with circular loading screen. how to bring back splash screen ? please help me?
You can call Splash Screen in the Authentication Screen for few seconds and then redirect.
thankyou! it worked :)
@@CodingwithT
hi asalamo alaykom sir , i need your advices how can i be that good in ui , practise alot ?
Hi thanks for all your amazing videos … am still get error in TSectionHeading onPressed ..invalid constant even after adding Mai axis alignment please help
It seems like you're encountering an error related to onPressed in TSectionHeading. The error is because you are using const. before the widget. try removing it and let me know if it helped
@@CodingwithT really thank you it working now really appreciate it
Sir Please give a tutorial how to make an online education app course provider with video course using flutter.
Noted
where is the playlist?
Here is the paylist of the ecommerce app ua-cam.com/play/PL5jb9EteFAOAusKTSuJ5eRl1BapQmMDT6.html
Bro when you will be move on to backend?
We are almost there. Just a few more videos and designs will be completed. 🤠.
Stay tuned 😄
we need all that videos like data from the backend all real-time data.... like orders adding to cart... ThankYou in Advance.
Exactly everything will be included in the backend videos. Starting from tomorrow
Waoo thank you dear dear sir
how many videos Left?
Design is about to be over. Next videos are about Settings, Product Detail Page (Very important), Cart, Checkout, Orders
can someone provide me the TCartCounterIcon's cart_menu_icon.dart file's code? Thanks in advance
hi, same problem. please tell me, would you find a solution?
class TCartCounterIcon extends StatelessWidget {
const TCartCounterIcon({
super.key,
required this.onPressed,
required this.iconColor,
});
final Color iconColor;
final VoidCallback onPressed;
@override
Widget build(BuildContext context) {
return Stack(
children: [
IconButton(onPressed: onPressed, icon: Icon(Iconsax.shopping_bag, color: iconColor)),
Positioned(
right: 0,
child: Container(
width: 18,
height: 18,
decoration: BoxDecoration(
color: TColors.black.withOpacity(0.5),
borderRadius: BorderRadius.circular(100),
),
child: Center(
child: Text('2' , style: Theme.of(context).textTheme.labelLarge! .apply(color: TColors.white, fontSizeFactor: 0.8))),
),
),
],
);
}
}
@@ahmedfouad1802 hi bro, you have no problems displaying products in firebase on HomeScreen. I have an error No Data Found
Live chat?
Yes Live chat is available
❤❤❤
💯💯💯💯💯💯
Waoo thank you dear dear sir
You welcome 🤗