flutter-form-builder-ecosystem / flutter_form_builder

Simple form maker for Flutter Framework
https://pub.dev/packages/flutter_form_builder
MIT License
1.45k stars 526 forks source link

fix: #1396 fix dynamic fields example widget issues #1397

Closed ArturAssisComp closed 1 month ago

ArturAssisComp commented 1 month ago

Connection with issue(s)

Close #1396

Connected to #???

Solution description

Handle the list of text fields in such a way that each element is deleted based on its unique local key, not based on the size of the list.

Screenshots or Videos

https://github.com/flutter-form-builder-ecosystem/flutter_form_builder/assets/60040236/d173d978-febe-4b6b-85d5-c35973ec205f

To Do

ArturAssisComp commented 1 month ago

I did not add unit tests because there is no unit tests in the folder example. But, if you want, I can add.

deandreamatias commented 1 month ago

Thanks for your contribution!