Це відео не доступне.
Перепрошуємо.

#Google

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

КОМЕНТАРІ • 32

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

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

  • @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.

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

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

  • @DavidSmith-ef4eh
    @DavidSmith-ef4eh 4 роки тому +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

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

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

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

    Very useful. Thanks for sharing.

  • @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.

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

    dynamic functions nice, will be using these from now on

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

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

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

    EXCELLENT TUTORIAL !!!

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

    thank you

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

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

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

    Nice job! Thanks!!

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

    very informative! Nice!

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

    Its wonderful content, I love.

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

    Very good

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

    Excellent video

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

    Muchas Gracias. Saludos desde Chile

  • @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

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

    How to change the width of a choice chip?

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

    okay

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

    Thanks ❤

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

    link repository?