You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Field with attribute '50' already exists. Make sure that two or more fields don't have the same attribute name.
flutter: 'package:flutter_form_builder/src/form_builder.dart':
flutter: Failed assertion: line 64 pos 12: '_fieldKeys.containsKey(attribute) == false'.
i am trying to remove element from list which is added dynamically. but after removing element using setstate it reload my dynamic widget so throw error of duplicate attrubute value. what can i do ?
The text was updated successfully, but these errors were encountered:
Field with attribute '50' already exists. Make sure that two or more fields don't have the same attribute name.
flutter: 'package:flutter_form_builder/src/form_builder.dart':
flutter: Failed assertion: line 64 pos 12: '_fieldKeys.containsKey(attribute) == false'.
i am trying to remove element from list which is added dynamically. but after removing element using setstate it reload my dynamic widget so throw error of duplicate attrubute value. what can i do ?
The text was updated successfully, but these errors were encountered: