#Google

Поділитися
Вставка
  • Опубліковано 21 лип 2024
  • Welcome to Wraps & Chips Flutter tutorial
    In this Video, we will see what are Wrap Widgets and where to use it.
    We will also learn what are Chip Widgets and Different types of Chip Widgets like
    Action Chips, Input Chips, Filter Chips and Choice Chips.
    Visit coderzheaven.com for more tutorials.
    Please don't forget to LIKE, SUBSCRIBE & SHARE.
    Please leave your valuable comments in the comment section below.
    Thanks for watching.
    Article & Source Code:
    www.coderzheaven.com/2020/01/3...
    Follow me on facebook
    / mobile-tutor-299932940...
    More tutorials
    coderzheaven.com
    #fluttertutorials #flutterWrapWidget #flutterChipWidgets

КОМЕНТАРІ • 32

  • @juliejohn5159
    @juliejohn5159 4 роки тому +3

    Thanks for sharing your knowledge, Very informative. Waiting for more.

  • @dnyaneshwarwakshe3836
    @dnyaneshwarwakshe3836 3 роки тому +2

    it's a really awesome tutorial. well explained, I love it thank you, brother. waiting for more tutorials like this

  • @koustav2008
    @koustav2008 4 роки тому +3

    EXCELLENT TUTORIAL !!!

  • @breechoracion6529
    @breechoracion6529 3 роки тому +1

    dynamic functions nice, will be using these from now on

  • @erickfiori
    @erickfiori 4 роки тому +1

    You're awesome. Simple, Smart & Straight to code.

  • @user-gu5ts5nx8r
    @user-gu5ts5nx8r 4 роки тому +2

    Very useful. Thanks for sharing.

  • @emranimam92
    @emranimam92 4 роки тому +2

    very informative! Nice!

  • @diegofernandoromerosantis6444
    @diegofernandoromerosantis6444 3 роки тому

    Muchas Gracias. Saludos desde Chile

  • @melissahuerta8315
    @melissahuerta8315 3 роки тому +2

    19:12 choice chip, this is a reminder for myself

  • @DavidSmith-ef4eh
    @DavidSmith-ef4eh 3 роки тому +3

    Great content. Almost created my own chip widget, because I didn't know there were additional chips beside "Chip". I wanted to blame the flutter documentation, but they do mention them in the Chip class documentation lol.

    • @tibfox
      @tibfox 3 роки тому +2

      I have created a few of those before watching this video lol

  • @BelchiorPinto
    @BelchiorPinto 3 роки тому +1

    You saved me... Keep it up...

  • @Rainbowsaur
    @Rainbowsaur 4 роки тому +2

    A very chill video, easy to understand. Thanks!

    • @MobileProgrammer
      @MobileProgrammer  4 роки тому +1

      Dear Rainbowsaur,
      Thanks for the feedback. If you find the video useful, please consider subscribing.
      Thanks.

  • @RafaelSilva-vt3zk
    @RafaelSilva-vt3zk 3 роки тому +1

    Its wonderful content, I love.

  • @30380126
    @30380126 2 роки тому +1

    Nice job! Thanks!!

  • @oswaldoolea2889
    @oswaldoolea2889 2 роки тому +1

    probably the most complete and best tutorial on the web about Flutter CHIPS! All the code examples worked perfectly, even though some staff I hadn't use before like initState or GlobalKey or an array of classes..(_companies) or the strange Iterable function? .... .thanks a lot, AWESOME! ***by the way, I needed to add the "late"to the class properties like "late GlobalKey _key;" else and error came up....can you explain why the error if late isn't use?

    • @MobileProgrammer
      @MobileProgrammer  2 роки тому +2

      Late came up after this video was released.
      Late is used if you don’t want to initialize the variable right away when u declare. But make sure to initialize before u use it or will get uninitialized error.

  • @Bmerdogan
    @Bmerdogan 2 роки тому +1

    thank you

  • @food-daily
    @food-daily 4 роки тому +1

    Excellent video

  • @jhonbaptist6159
    @jhonbaptist6159 3 роки тому +1

    Very good

  • @johnpaulcarter7
    @johnpaulcarter7 3 роки тому +1

    Wonderful, thank you

  • @sanaullashaikh7831
    @sanaullashaikh7831 4 роки тому +1

    I want help for my project I went to be color picker single scrollable row how to show

  • @moazelsawaf2000
    @moazelsawaf2000 4 роки тому

    Thanks ❤

  • @daantas2
    @daantas2 2 роки тому

    link repository?

  • @mehmetedex
    @mehmetedex 3 роки тому +1

    okay

  • @HaHaMyHoney
    @HaHaMyHoney Рік тому +1

    How to change the width of a choice chip?