gridview in Flutter || Cards

Поделиться
HTML-код
  • Опубликовано: 5 авг 2024
  • In this video, I have explained how to create GridView in Flutter.
    navigation for GridView : ( • GirdView Navigation in... )
    Topics covered :
    -- How to create Flutter project
    -- How to create AppBar
    -- How to create GridView
    #flutter #gridview #codingcomics
    Source code : ( github.com/AkajithAk/gridview... )

Комментарии • 26

  • @muhammadjunaid3684
    @muhammadjunaid3684 2 года назад +2

    I literally can't thank you enough.. Very simple, Very good for beginners.
    More power to you 😍

  • @fodecissokho9918
    @fodecissokho9918 Год назад +1

    You made it easier than many "experts" on youtube !!
    Amazing job bro 💫
    Keep it up👍👍👍👍

  • @shanyvp8871
    @shanyvp8871 Год назад

    Perfect piece of work🔥

  • @shivasuryas1768
    @shivasuryas1768 2 года назад

    simple and easy man..thnx

  • @maismail8499
    @maismail8499 Год назад

    thank you so much!

  • @morklee8771
    @morklee8771 2 года назад

    how can you expand the containers so that it fits the whole screen? i tried using mainaxisextent and set the height on my screen but i figured that it won't be responsive on other devices

    • @codingcomics
      @codingcomics  2 года назад

      See this link - stackoverflow.com/questions/49704497/how-to-make-flutter-app-responsive-according-to-different-screen-size

  • @khotsofalangtsunyane6513
    @khotsofalangtsunyane6513 Год назад

    how do we set them onclick or onPressed?

    • @codingcomics
      @codingcomics  Год назад +1

      See this video. ruclips.net/video/TAHL93lNFRM/видео.html

  • @odedgilad9761
    @odedgilad9761 2 года назад

    if i want to put an image instead of an icon, how do i do it ?
    sorry i am a beginner... also i try "icon.home" but it is not recognzie it on my flutter

    • @codingcomics
      @codingcomics  2 года назад

      www.javatpoint.com/flutter-gridview

    • @codingcomics
      @codingcomics  2 года назад

      Scroll at middle of the page and see the example

  • @alexanderrudasrudas9330
    @alexanderrudasrudas9330 2 года назад

    Hi. Could you share the source code with us?, I'm a beginner and I don't speak English, so it has been difficult for me to learn this topic. Thank you

    • @codingcomics
      @codingcomics  2 года назад

      now i added. source code link in video description

  • @odedgilad9761
    @odedgilad9761 2 года назад

    why no source code ?

    • @codingcomics
      @codingcomics  2 года назад +1

      Sorry bro I forgot. I will give source code soon

  • @smabn5
    @smabn5 Месяц назад

    Will please share Code

    • @codingcomics
      @codingcomics  Месяц назад

      Sorry it is an old video so I don't have code

  • @safi4588
    @safi4588 2 года назад

    Bro how to add text below the page

    • @codingcomics
      @codingcomics  2 года назад

      Use column. Inside column use 2 container. First container is gridview and another container is your text.

    • @safi4588
      @safi4588 2 года назад

      @@codingcomics bro thank you but I was trying to make for more then 2 days but I cant able to make can you reply a code please
      .with eg of one container

    • @safi4588
      @safi4588 2 года назад

      @@codingcomics bro sorry I was asking for to add text below the grid view pic ..in tha space between the. Two pics I need to add text

    • @codingcomics
      @codingcomics  2 года назад

      stackoverflow.com/questions/71250464/how-to-add-text-on-top-of-dart-flutter-gridview

    • @codingcomics
      @codingcomics  2 года назад

      See the green tick answer.