Draggable (Widget of the Week)

Поделиться
HTML-код
  • Опубликовано: 19 окт 2024

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

  • @flutterdev
    @flutterdev  Год назад +8

    Subscribe for the latest → goo.gle/FlutterYT

  • @krtirtho
    @krtirtho Год назад +47

    This is actually best thing about Flutter
    It includes simple but highly used Widgets like Draggable by default. Other UI kits struggles with stuff like this. 3rd party libraries are not always reliable

  • @andrewzuo86
    @andrewzuo86 Год назад +8

    I implemented draggables in my app a while ago. Pretty easy to get working.

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

    BROOOOO WHATT??? that simple??? im freaking out this is the best thing about flutterrrrrr

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

    cool... this looks a hero animation without route changes

  • @mmsegura
    @mmsegura Год назад +3

    This is a really cool widget, I wonder if you could make a folder like system when you drag one icon onto another to create a folder.

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

    I love Flutter! ❤ Thank you Flutter team

  • @galihriskipratama3631
    @galihriskipratama3631 Год назад +7

    can you make the audio louder? i almost can't understand any word with medium volume

  • @boyle_seo
    @boyle_seo Год назад +40

    audio volume is too low

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

    I just love flutter 🤩

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

    I ever see dragable in widget catalog but i dont have time to explore. Maybe some day i will explore many things in Flutter and become expert someday

  • @АртурЗарипов-ю9п

    Good job! Thank you!

  • @MrlegendOr
    @MrlegendOr 7 месяцев назад

    Draggable Z
    RIP Akira Toriyama🤴

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

    Useful

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

    🔥

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

    Is it possible to use this on flutter web?

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

    Hey does anyone know like if we can add notifications on a webview app is it possible ?

  • @RiadhAouameur-x9k
    @RiadhAouameur-x9k Год назад

    ❤❤

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

    I need a speech to text widget ;/

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

    cool

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

    🐉🐉🐉

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

    wow

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

    What is this??? 0:57

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

      Looks like a dual-purpose callback function. I'm guessing you could treat it as an onEnter event handler with side effects. It also looks like it expects you to return a boolean to let Flutter know if you would actually want the particular target to accept certain kinds of drag-items. The example would accept any Draggable as long as the color payload did not equal black.

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

      @@steamer2k319 Yes but the meaning

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

      yes. why that color is not accepted? 😂

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

      @@simonphamvn It's just an example. Maybe your store sold out of black waterbottles so you don't want people to accidentally order a waterbottle that you don't have in stock.

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

      @@theskyblockman Are you asking about the arrow syntax?