Google's Flutter Tutorial - Dynamic Forms & Accessing Data from Dynamic Forms. - Flutter

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ธ.ค. 2024

ความคิดเห็น • 36

  • @AyushMahore-hh7vj
    @AyushMahore-hh7vj 8 หลายเดือนก่อน +1

    Great work man !!!!

  • @franklinahonon232
    @franklinahonon232 2 ปีที่แล้ว

    Tu es le meilleur!!!! Tu viens de me sauver!! Je saute de joie depuis.

  • @somevideos99999
    @somevideos99999 2 ปีที่แล้ว +3

    Outstanding technique Sir, thank you for sharing!!

  • @juliejohn5159
    @juliejohn5159 3 ปีที่แล้ว +3

    Excellent Man. Thanks

  • @zrpgelo
    @zrpgelo 2 ปีที่แล้ว +1

    Thanks Dude!

  • @matheusess_cwb
    @matheusess_cwb 3 ปีที่แล้ว +2

    Thank you very much for your help, and it's a nice way to debug a JSON, U rock!

  • @satendrapal9275
    @satendrapal9275 2 ปีที่แล้ว +3

    sir please also provide github repo in description it is difficult to understand from article;

  • @coreshorts2441
    @coreshorts2441 3 ปีที่แล้ว +6

    how we create each row with different input type like checkbox,radio,dropdown??

    • @MobileProgrammer
      @MobileProgrammer  8 หลายเดือนก่อน +2

      set a type and check type in each iteration and return appropriate widget

  • @durgeshpandey8534
    @durgeshpandey8534 3 ปีที่แล้ว +1

    hello sir i am a great fan of your teaching I have one question please tell me How i enable stickers and gif insertion in text field

  • @ashrafmakandar3370
    @ashrafmakandar3370 3 ปีที่แล้ว +2

    Please make a video on how to make custom shapes using custom clipper

  • @salahadindinsafa7657
    @salahadindinsafa7657 2 ปีที่แล้ว +1

    Thank you for your effort it helped me a lot.

  • @razinalrahmat4435
    @razinalrahmat4435 3 ปีที่แล้ว +2

    hi, thanks for the video.. this help me a lot.. but I want to ask how to put the delete button on every text field appended, so I need to delete to a specific text field. not just reset all text fields

    • @vraj139
      @vraj139 2 ปีที่แล้ว

      You should target the id (index)

  • @hockaiktan6480
    @hockaiktan6480 3 ปีที่แล้ว +2

    Thank you very much.

  • @testyacy2600
    @testyacy2600 ปีที่แล้ว +1

    Thanks but this creating TextFormField and using ListVew builder will clear the input text when we scroll, as Listview builder will reuse the widgets which is being loaded

    • @MobileProgrammer
      @MobileProgrammer  11 หลายเดือนก่อน

      you can load from a data structure when scrolled

  • @anuragthakur3813
    @anuragthakur3813 2 ปีที่แล้ว +1

    I have multiple fields in the form how do I get those fields in the json??
    Because we are only calling on changed on one textfield

    • @MobileProgrammer
      @MobileProgrammer  2 ปีที่แล้ว +1

      You can update the value on change of other controls too

    • @lazymusafir
      @lazymusafir ปีที่แล้ว +1

      @@MobileProgrammer How can we update the values on other controls ?

    • @MobileProgrammer
      @MobileProgrammer  ปีที่แล้ว +1

      You listen to their value change callbacks

    • @lazymusafir
      @lazymusafir ปีที่แล้ว

      @@MobileProgrammer how to put the values in onUpdate() ?

  • @mariselvanperumal9325
    @mariselvanperumal9325 2 ปีที่แล้ว +1

    Thank u for this valuable tutorial... I have one doubt ..! I have a form page its include Switch and DropDowns... If I click one DropDown value it will change another form DropDown value... What I Do
    ??

    • @vraj139
      @vraj139 2 ปีที่แล้ว

      Same issue :(

  • @ameerhamzatv3110
    @ameerhamzatv3110 3 ปีที่แล้ว +1

    Sir how to start list from 1 not it's index from 0 just show 1 on 0 and 2 on 1 like this.. purpose I don't want to show list numbers from 0.

    • @MobileProgrammer
      @MobileProgrammer  3 ปีที่แล้ว +1

      Remove the first index from array

    • @ameerhamzatv3110
      @ameerhamzatv3110 3 ปีที่แล้ว

      That's not my answer without removing index 0 how can I show text from start 1 with 0 index

    • @MobileProgrammer
      @MobileProgrammer  3 ปีที่แล้ว +2

      Get data from index + 1 index in the array for each row.

    • @Astronomia.Gaming
      @Astronomia.Gaming ปีที่แล้ว +2

      @@MobileProgrammer correct!

  • @mohamedzakariagridi1059
    @mohamedzakariagridi1059 2 ปีที่แล้ว

    what if i want to create the data into a pdf file?

  • @harshadvare1545
    @harshadvare1545 2 ปีที่แล้ว

    But how to validate these all fields