Flutter Flow - Dynamic DropDown Alternative (no firebase)

Sdílet
Vložit
  • čas přidán 27. 07. 2024
  • In this tutorial, we'll be exploring how to create a dynamic dropdown in Flutter Flow without the need for Firebase. Dropdowns are a common user interface element used in many mobile and web applications, and dynamic dropdowns allow us to populate them with data from a database or API. But in this video, im going to show you how to do it without database or API.

Komentáře • 10

  • @abosstechnicalservices3078
    @abosstechnicalservices3078 Před 9 měsíci +1

    Jim brother this is so great, i have never gotten anyone online who teaches flutter flow like you.
    Surely God bless you.

  • @diegogonzalomunoz3475
    @diegogonzalomunoz3475 Před rokem +1

    Muchas gracias por su explicación Profesor...!!!!

  • @vikassable3468
    @vikassable3468 Před 11 měsíci +1

    please create video of multiselect dropdown checkbox using api data

  • @Dobbiy
    @Dobbiy Před 5 měsíci

    I loved the video, but I managed to do it here. using a normal dropdown
    1. Create state of type string and list (cars list) and didn't add anything to it, then I put the "Dynamic DropDown" to have the list according to the string (cars list), whatever is in the string is in the list!!!
    2. Create the lists in new states of type string and list each with a different list (State Audi: car1, car2...) (State Ford: car1, car2...).
    3. Add what you want to the list in the first dropdown normally (in this case audi and ford)
    4. Add a Conditional Action if ("First Dropdown" == "audi") update the state string "cars list" to state string "Audi"
    And that should make the second list dynamic

  • @mrkasax
    @mrkasax Před rokem +2

    can you make video for conditional visibilty and choicechips?

    • @JimExplains
      @JimExplains  Před rokem +1

      Thank you for the comment. Sure, i have couple videos in queue but after that yes. Is there anything specific what you are looking to make with these? Also if you need help urgently, check out flutterflows docs, they have great tutorials on choice chips.

  • @danzreview
    @danzreview Před rokem

    wow flutterflow fellow le me subscribe

  • @itwrites
    @itwrites Před 4 měsíci

    no way, follow guidelines of each platform this is far away from that.

  • @abosstechnicalservices3078
    @abosstechnicalservices3078 Před 9 měsíci

    How can I Contact you sir.