Closed DEMONLEGENDARY closed 1 year ago
is there any solution for this one?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs within the next 5 days. If you believe this issue is still relevant, please comment to keep it open. Thank you for your contributions.
You can add a key: UniqueKey() to your IntlPhoneField widget, it will force to pass in the initState again.
I have a ListView and its items are ExpansionPanel, each ExpansionPanel has a form, when I trigger an ordering method (filter) to the ListView data, all data is sorted correctly with it's own ExpansionPanel except for the InitialCountryCode value, at the first time I can bring a Country code value to InitialCountryCode but I can't change its value after. SetStates or Bloc's emits does not work on this. any example or idea on how to deal with this?
In this way I execute the sorting methods