Flutter Dropdown And Multiple Dropdown In Hindi By Desi Programmer

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

КОМЕНТАРІ • 18

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

    Sir, cloud firestore document ko kaise dropdownTextField me suggest kar sakte hai

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

    thank you

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

    very nice tutorial sir, how to get the value from both drop down and submit to api

  • @NISHANTHM-cn1wz
    @NISHANTHM-cn1wz 3 роки тому +1

    what to do to display the selected value in the box???

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

      Use ternary operator
      hint : value == ""? Text("Select any option") : Text(value)

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

    when i selected app then select technologies afterthat how can i change app again it throws me error

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

    Plz make a video of dropdown with API

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

    Plz sir make a video of dependent dropdown with API

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

    I am trying to build multiple dependent dropdown like this but I need three dependent dropdown on flutter.The third one depend on the second one and The second one depend on 1st one.
    Can you help me ? PLEASE ANSWER ME :)

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

      The same process that I used , just you have to deal with 2 such values.

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

      @@DesiProgrammer
      Thank you very much for your answer, I tried to use two values but I have errors, can you help me !

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

    thanks i learn django from your tutorial.. sir mujhe ek problem aa rhe choice field ko update and delete value kese kr skte hai

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

      You should explain more 🙄

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

      @@DesiProgrammer can you share your contact because i face some problem

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

    single setect drop down and show all featch data in data base next page pleasehelp

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

    Multiselct dropdown ka example plzz