Master FlutterFlow's Drag and Drop Widget | Everything You Need to Know - Build Beautiful Interface

Поділитися
Вставка

КОМЕНТАРІ • 17

  • @RichKetones
    @RichKetones 5 місяців тому +1

    You work fast

    • @Nocode_Solutions
      @Nocode_Solutions  5 місяців тому

      I don't know if this is a positive comment or...? If it is about the video speed, just try playing on about 0.75x

  • @71413018
    @71413018 5 місяців тому

    Just requested for this widget within flutterflow 3 days ago, awesome diving in immediately 😂😂. Good job

  • @Dreysimmons
    @Dreysimmons 5 місяців тому

    Great explanation! Thanks for the tutorial!!

    • @Nocode_Solutions
      @Nocode_Solutions  5 місяців тому

      Glad it was helpful!
      and thank you for watching.

  • @Nocode_Solutions
    @Nocode_Solutions  5 місяців тому

    How to Drag more than just one Element
    ====
    Comment by Josef Haras from Flutterflow Community => community.flutterflow.io/community-tutorials/post/master-flutterflow-s-drag-and-drop-widget-everything-you-need-to-know---sTzXBPgX5WVdiIy?highlight=04dbx0JuFkoRKoR
    "you can add custom styling to the tiles you're dragging by having it set in the following structure: draggable -> card -> container (with maximum width/height set -> This is important, otherwise you'll get an error) -> column/row (whatever you like) -> your desired column or row content
    As far as I understand the flutter documentation the draggable just needs a widget under it that has material design and set dimensions, that's why the above structure is needed.
    I also recommend making the container under the card with fill color so that it has a little transparency to give a good draggable effect on drag action (it will be easier to see where you drop the dragged tile onto that way). That way it works flawlessly on desktop."

  • @ti9502
    @ti9502 5 місяців тому

    How do I move more than one item at the same time, for example Dragglabe is only accepting String, but if I have a container (fotoUser, nomeUser, profUser), how do I move these 3 pieces of information at once?

    • @Nocode_Solutions
      @Nocode_Solutions  5 місяців тому +1

      Comment by Josef Haras from Flutterflow Community => community.flutterflow.io/community-tutorials/post/master-flutterflow-s-drag-and-drop-widget-everything-you-need-to-know---sTzXBPgX5WVdiIy?highlight=04dbx0JuFkoRKoR
      "you can add custom styling to the tiles you're dragging by having it set in the following structure: draggable -> card -> container (with maximum width/height set -> This is important, otherwise you'll get an error) -> column/row (whatever you like) -> your desired column or row content
      As far as I understand the flutter documentation the draggable just needs a widget under it that has material design and set dimensions, that's why the above structure is needed.
      I also recommend making the container under the card with fill color so that it has a little transparency to give a good draggable effect on drag action (it will be easier to see where you drop the dragged tile onto that way). That way it works flawlessly on desktop."

  • @jjooapps6938
    @jjooapps6938 4 місяці тому

    how to make iOS apps with no coding ?

  • @naveenreddy-d5x
    @naveenreddy-d5x 5 місяців тому

    hai
    i we want to drag and drop in the same toDoList how we can achieve this .

    • @Nocode_Solutions
      @Nocode_Solutions  5 місяців тому +1

      Please just follow the base explanation in this video and implement for your use case.
      If you need support, try opening a query in the community. I also offer paid sessions

    • @naveenreddy-d5x
      @naveenreddy-d5x 5 місяців тому

      @@Nocode_Solutions okay

  • @rehaanu
    @rehaanu 5 місяців тому

    Bro i need help, how i can create a point of sale db that will have many application users who will download from playstore or wherever and then that user can create multiple companies wich has sub users who will working in that company and able to access the db. Like cashier manager ect roles based.

    • @Nocode_Solutions
      @Nocode_Solutions  5 місяців тому

      I think you can make good use of ChatGPT here to come out with a schema. Just be descriptive enough.

    • @rehaanu
      @rehaanu 5 місяців тому

      Oki

    • @rehaanu
      @rehaanu 5 місяців тому

      Regarding this video, draggable is good, how do we resize widget live, is there a way a user can customise the size of a container or widget