Flutter Tutorial - Chip - Deep Dive

Поділитися
Вставка
  • Опубліковано 16 лис 2020
  • Learn more about all the different kinds of Chips Flutter offers you out of the box.
    Click here to Subscribe to Johannes Milke: ua-cam.com/users/JohannesMilke...
    - Source Code: github.com/JohannesMilke/chip...
    - Buy My Courses: johannesmilke.teachable.com/p...
    - Follow Twitter: intent/follow?ori...
    - Read Article: / chip-widget-material-d...
    TIMELINE
    0:41 Chips
    3:25 Action Chips
    5:59 Input Chips
    8:24 Filter Chips
    13:14 Choice Chips
    -- JOIN THE CREW --
    bit.ly/JohannesMilke
    SHARE | SUBSCRIBE | LIKE FOR MORE VIDEOS LIKE THIS
    *********
    SOCIAL MEDIA: Follow Me :-)
    - Twitter: intent/follow?ori...
    - Linkedin: / johannesmilke
    - Github: github.com/JohannesMilke
    PLAYLISTS
    - All Flutter Videos: • Flutter Tutorial - Flu...
    - Widgets - Flutter: • Flutter Tutorial - Flu...
    - Plugins - Flutter: • Flutter Tutorial - Flu...
    - Animations - Flutter: • Flutter Tutorial - Tra...
    - Designs - Flutter: • Flutter Tutorial - Flu...
    - Firebase - Flutter: • Flutter Tutorial - Pag...
    If you find this video useful, LIKE & SHARE this video to help other people who also learn Flutter :)
    bit.ly/JohannesMilke
    CREDITS
    Copyright song "Corporate Technology" by scottholmesmusic.com
    #Flutter #Tutorial #JohannesMilke
    LIKE & SHARE & ACTIVATE THE BELL
    Thanks For Watching :-)
  • Наука та технологія

КОМЕНТАРІ • 19

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

    Another wonderful video, thank you for all you do for the flutter community! We appreciate you!

  • @sahiljain3400
    @sahiljain3400 9 місяців тому +1

    Thanks man!!❤
    I was searching for the choice chips but I didn't got the desired results, thanks for the solution🙏

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

      Glad it was helpful, @sahiljain3400 😀

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

    You make helpful videos! Thanks

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

    I used filter chip in bottom sheet,on click it is changing book from true to false and then again true but isn't updating UI unless I close bottom sheet and reopen.

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

    You're the best! ❤

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

    how can customize deleted icon color and background color ?

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

    in your choicechips code, instead of make new list of choicechips, maybe take more long time than just replace the variable isSelected when user clicked???
    My solution:
    I added 1 more variable in model named index, then when user click, I switch value of choicechips[index]. it does not need to re-create all the list again.
    just my idea.

  • @mascoder.8923
    @mascoder.8923 Рік тому

    Wow just outstanding 😍

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

    Thank You..

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

    Hi Johannes, really nice video! Could you make a video where you filter with firebase data?

    • @reemalrossais9363
      @reemalrossais9363 Рік тому

      Hello Johannes, if you made this video where can i find it?

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

    Because of such flexibility on your fantastic video, I love Flutter than React-Native. But you know what there is not much Flutter Dev job in the market.

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

    Error: Getter not found: 'ScaffoldMessenger'.
    ....
    I had to declare it as a var before I could run the program.
    But still when i would click on the chip I would get another error:
    The method 'of' was called on null. Receiver: null. Tried calling: of(Instance of 'StatefulElement')
    The error has something to do with ScaffoldMessenger.of(context)

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

      @@HeyFlutter yeah.. But it was a massive waste of time...
      I actually managed to give beta a try.. And that's how I solved it

  • @Sarah-bb2so
    @Sarah-bb2so 3 роки тому

    Hey, how can I get the values of the filter chips and mail them to an email address using mailer package when user press my mail button. I already have the mailer code working just need to know how to include the values/message of the chips into the email message.

    • @Sarah-bb2so
      @Sarah-bb2so 3 роки тому

      @@HeyFlutter hey, I've followed your tutorials What I have in my application is a choicechip for student to rate something. And I have 3 choice chips and they are ‘dissastisfied’ ‘neutral’ and ‘satisfied’. So once the student chosen one, there will be button for them to tap and the application will send a mail to an email address about the student’s choice. I'm using mailer package for this. this is for my school project and as I'm learning as I go, I willdeeply appreciate your help

    • @Sarah-bb2so
      @Sarah-bb2so 3 роки тому

      because I'm not sure how to modify this code, but I've tried...