Flutter Sub Categories | Product Card | Horizontal ListView builder Flutter

Поділитися
Вставка
  • Опубліковано 2 лис 2024

КОМЕНТАРІ • 26

  • @narendragajinkar5026
    @narendragajinkar5026 11 місяців тому +1

    thank you bro it helped a lot

  • @godsplangodwin5721
    @godsplangodwin5721 11 місяців тому +1

    Following this series daily has helped me so much

    • @CodingwithT
      @CodingwithT  11 місяців тому

      I am glad that it helped. 😊🤗

  • @shoaibSarwar-ks1oh
    @shoaibSarwar-ks1oh Місяць тому

    Thanks brother i glad to follow your lectures

    • @CodingwithT
      @CodingwithT  Місяць тому

      Thanks, brother! Glad to have you with me! 🙌

  • @youtubeenjoy4925
    @youtubeenjoy4925 6 місяців тому +1

    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.

    • @CodingwithT
      @CodingwithT  6 місяців тому

      just remove the const from behind the widget.

  • @sakshamgupta6967
    @sakshamgupta6967 11 місяців тому

    This is a very fantastic project i am enjoying this project, how many videos left for the completion of this project?.

    • @CodingwithT
      @CodingwithT  11 місяців тому +1

      Thank you dear. After next video which will be the last of design. We will start the backend.

  • @unknownprogramme
    @unknownprogramme 7 місяців тому

    Nice Tuts

    • @CodingwithT
      @CodingwithT  7 місяців тому

      Thank you! If you have any questions or need further clarification on anything covered in the tutorials, feel free to ask.

  • @daniel_kiing3
    @daniel_kiing3 2 місяці тому

    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)

    • @CodingwithT
      @CodingwithT  2 місяці тому +1

      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.

    • @legardemontcho6739
      @legardemontcho6739 Місяць тому

      @@CodingwithT we can fix card width and the beginning and also use Expanded. This will give the same effect of illusion I think ?

  • @ananyasah900
    @ananyasah900 4 місяці тому

    how did you changed the background colour of image according to dark theme

    • @CodingwithT
      @CodingwithT  3 місяці тому

      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. ua-cam.com/video/Ct9CrMegezQ/v-deo.html

  • @maazafridi2090
    @maazafridi2090 10 місяців тому

    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

  • @subhamroy5368
    @subhamroy5368 4 місяці тому

    One request, please update the Free Starter UI kit, it's showing null safety errors

  • @aouadicharaf1038
    @aouadicharaf1038 9 місяців тому

    ❤❤❤

  • @aqibitverification3487
    @aqibitverification3487 11 місяців тому

    Sir can you share a assets folder only

    • @CodingwithT
      @CodingwithT  11 місяців тому

      You can download the free project and copy assets from it.

    • @aqibitverification3487
      @aqibitverification3487 11 місяців тому

      How can i download this there is no option to download please give me a link Please
      @@CodingwithT

    • @CodingwithT
      @CodingwithT  11 місяців тому

      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