I get Error in product_card_horizontal in last container The constructor being called isn't a const constructor. Try removing 'const' from the constructor invocation.
@CodingwithT8 ай бұрын
just remove the const from behind the widget.
@sakshamgupta6967 Жыл бұрын
This is a very fantastic project i am enjoying this project, how many videos left for the completion of this project?.
@CodingwithT Жыл бұрын
Thank you dear. After next video which will be the last of design. We will start the backend.
@maazafridi2090 Жыл бұрын
I would suggest that sometimes you add a new widget.. but don't give any explanation of what it's for.. so it would help a lot if you just explain that this widget is for this purpose
@unknownprogramme9 ай бұрын
Nice Tuts
@CodingwithT9 ай бұрын
Thank you! If you have any questions or need further clarification on anything covered in the tutorials, feel free to ask.
@ananyasah9006 ай бұрын
how did you changed the background colour of image according to dark theme
@CodingwithT5 ай бұрын
You can use Theme.of(context) to dynamically change the background color of an image based on the dark theme in Flutter. You can also follow the theme tutorial. kzbin.info/www/bejne/eaWcdKWDmsyYsLM
@daniel_kiing34 ай бұрын
Why not use wrap the Column with an Expaned widget instead of using a Sizedbox with a width(172) properties Is there any technical reason behind this? (I tried this and it worked and seems cleaner to me but I want to hear your opinion)
@CodingwithT4 ай бұрын
In the design, we aim to show part of the next product in the list view to give the illusion of a scrollable experience and indicate that more products are available. If you prefer not to show that, then using Expanded can be a suitable alternative for your layout.
@legardemontcho67393 ай бұрын
@@CodingwithT we can fix card width and the beginning and also use Expanded. This will give the same effect of illusion I think ?
@subhamroy53686 ай бұрын
One request, please update the Free Starter UI kit, it's showing null safety errors
@CodingwithT6 ай бұрын
Noted
@aouadicharaf103811 ай бұрын
❤❤❤
@aqibitverification3487 Жыл бұрын
Sir can you share a assets folder only
@CodingwithT Жыл бұрын
You can download the free project and copy assets from it.
@aqibitverification3487 Жыл бұрын
How can i download this there is no option to download please give me a link Please @@CodingwithT
@CodingwithT Жыл бұрын
Dear you just have to download the Complete project link is already in the description. In that link Click on the first version where it's written 0 and simply download the complete project. 100's people already did