These videos are really high level stuff, Please make more apps like this (music player with recommendation system etc). YOU ARE GREAT 🎉 I appreciate your efforts
Eagerly waiting for backend coding simce 5 days loving this till now please explain state management local storage etc stuff like dynamic theme flex_color_scheme in detail luv your series
@@CodingwithT first of all thank u soooo much u replied me, I short it out problem I again checkout the product_cart_vertical.dart file and then I gotted the logical error that I was just using the TRoundedContainer as parent widget, let it go .
To maintain lazy building for app performance without using shrinkWrap, consider using a CustomScrollView with sliver-based widgets or implementing pagination. These approaches can help optimize performance while still achieving lazy loading behavior.
I have a problem I did not understand how to change the other product image and its details since you used only green nike shoes multiple times so help....
Dear it is just a design and for the backend either watch the backend video already uploaded in this playlist OR To manage products in a proper way, you have to watch eCommerce Admin Panel Course.
You tutos are good but when you get to the point you end the video , why didn't you tell us how to display many products in the home page ? You just display one product multiple times and then in the next video, your code changes!!
These videos are really high level stuff, Please make more apps like this (music player with recommendation system etc). YOU ARE GREAT 🎉
I appreciate your efforts
Thank you 😊. Noted 😃
we learn with you evrey day somthing new thanks siir
Glad to hear this.
Thank you so much. Your videos very useful for every flutter developer.
You welcome 🤗
Very Nice Tutorial.. Thank you so much Bhai.. 🙏
Thanks and 🤗
Eagerly waiting for backend coding simce 5 days loving this till now please explain state management local storage etc stuff like dynamic theme flex_color_scheme in detail luv your series
Already uploaded
I am having an error that TProductCardVertical does not set width: 180 in the container, can you help me fix it?
import 'package:flutter/material.dart';
import 'package:laptopharborstore/common/styles/rounded_container.dart';
import 'package:laptopharborstore/common/styles/shadow.dart';
import 'package:laptopharborstore/common/widgets/images/LH_images_rounded.dart';
import 'package:laptopharborstore/utils/constants/colors.dart';
import 'package:laptopharborstore/utils/constants/image_strings.dart';
import 'package:laptopharborstore/utils/constants/sizes.dart';
import 'package:laptopharborstore/utils/helpers/helpers_fuctions.dart';
class LHProductCardVerticle extends StatelessWidget {
const LHProductCardVerticle({super.key});
@override
Widget build(BuildContext context) {
final dark = LHHelperFunction.isDarkMode(context);
return Container(
width: 180,
padding: const EdgeInsets.all(1),
decoration: BoxDecoration(
boxShadow: [LHShadowStyle.verticalProductShadow],
borderRadius: BorderRadius.circular(LHSize.productImageRadius),
color: dark ? LHColor.darkerGrey : LHColor.white
),
child: Column(
children: [
LHRoundedContainer(
height: 180,
padding: EdgeInsets.all(LHSize.sm),
backgroundColor: dark ? LHColor.dark : LHColor.light,
child: Stack(
children: [
LHRoundedimage(imageUrl: LHImages.google, applyImageRadius: true,)
],
),
)
],
),
);
}
}
i follow step by step but image is not coming i dont know why please help me coding with t
Yes same problem facing
Same problem facing
Make sure you add the child in the rounded_container code :
@override
Widget build(BuildContext context) {
return Container(
width: width,
height: height,
padding: padding,
margin: margin,
decoration: BoxDecoration(
color: backgroundColor,
borderRadius: BorderRadius.circular(radius),
border: showBorder ? Border.all(color: borderColor) : null),
child: child,
);
}
}
When I added the child my image popped up
@@QujuanK1 tq sir
Thank u so much mere bhai
Thank a lot for early video upload
You welcome 🤗
Great tutorial
Thank you
I have a good problem that the all images and texts qre not properly aligned in the grid layout so helpp...
Did you check the sizedbox or column directions
@@CodingwithT first of all thank u soooo much u replied me, I short it out problem I again checkout the product_cart_vertical.dart file and then I gotted the logical error that I was just using the TRoundedContainer as parent widget, let it go .
Thanks for video
Most welcome
wouldnt the shrinkwrap used for the gridview lower the performance? slivers in this case be more useful?
yes you can use it
thanks bro🥰🥰🥰
You're welcome 😊👍🏼🥳
In this why image is not getting display.?
in rounded container include child: child, after box decoration
Appreciate it bro , i was stuck trying to figure it out for two days@@TheArtOfWarStrategy
@@TheArtOfWarStrategy thanks bro. you saved alot of time😄
and if i don't want to use the shrinkwrap to keep lazy building for app performance ?
To maintain lazy building for app performance without using shrinkWrap, consider using a CustomScrollView with sliver-based widgets or implementing pagination. These approaches can help optimize performance while still achieving lazy loading behavior.
Very useful! not something, but I learnt a lot.
Glad you found it useful! If you have any questions, feel free to ask. Happy learning!
Jjkkhjyn❤😮😊😅😮😢
Thanks a lot
You welcome 🤗
hi man, the vertical product card breaks when device is rotated, or open in tablet. how to fix these problem?
You can use expanded widget to counter this problem
I have a problem I did not understand how to change the other product image and its details since you used only green nike shoes multiple times so help....
Like how to reuse the code for different product display and price details etc atleast give me the idea of how to implement it sir i will try :)
Dear it is just a design and for the backend either watch the backend video already uploaded in this playlist OR To manage products in a proper way, you have to watch eCommerce Admin Panel Course.
Hi From Türkiye (Turkey). I need the picture you used, how can I find them? thank you for all tutorials
Hi 👋,
You can download all the assets from the link given in the description. Just download starter kit 🎉.
My friend thanks a lot, how much videos left in this app please replay my friend
You welcome 🤗.
The Design is about to be over in next couple of videos.
Then Will work on Backend. It'll be quicker 🤠🎉
@@CodingwithT thanks a lot my friend 💟
can you share figma link of this
Sorry, there’s no Figma file available for this.
In which video did you create the TroundedContainer as it seems to me that I have missed that portion
I think I've shown that code multiple times but not sure in which video.
@@CodingwithT I'm following the project I have also missed where you have created TRoundedContainer
@@CodingwithT TCircularContainer is the TRoundedContainer?
sir, why my rounded container doesn't came up? I already follow step by step
Hey, I’m facing the same issue
If your problem is solved, can you please help me too.
@@sakshibang5902 I solved by calling ProductCardImage widget in home.dart
@@sakshibang5902 I solved it by calling ProductCardVertical widget in home.dart
can you use api ?
Yes. I will create a tutorial on that after this playlist.
Plz help my TRoundedContainer is not getting displayed
I am sorry for that. I think you missed something. Check thoroughly that if you missed any widget. If it doesn't help then contact us at Whatsapp.
if I purchase a code can you give source code as soon as possible??
I have to complete my project this week😟😟!!
I need the login app project.
You can download the Login app code I've already created.
codingwitht.com/product/modern-flutter-login-app-with-firebase-and-getx/
Can I contact you in private. Please provide your email or whatsup @codingwithT
❤❤❤
common i need the app befoure febuary let me hire you please
Sharab se request karta hun please is course ke bad aap movie streaming course banaega please sir
I will create that too 😀
Image is not showing in stack rounded container
Make sure Stack is properly set and visible. Then inside check if image is properly added.
everything work me
That's fantastic news! If you encounter any issues or have questions in the future, don't hesitate to ask for assistance. Keep up the great work!
You tutos are good but when you get to the point you end the video , why didn't you tell us how to display many products in the home page ? You just display one product multiple times and then in the next video, your code changes!!
To add and manage products, banners, and everything else you have to watch Admin Panel Course that I am about to launch
Start
💕🎉