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
LateInitializationError: Field '_state@#########' has already been initialized.
This happen when I use it in a listview while scrolling down and then up the list.
So by changing the "late final MapState _state;" not to be final the error is gone.
The text was updated successfully, but these errors were encountered:
In the future, please check for duplicates before you raise an issue. Additionally, please use the appropriate issue template: it makes it easier for us to understand and respond quicker!
LateInitializationError: Field '_state@#########' has already been initialized.
This happen when I use it in a listview while scrolling down and then up the list.
So by changing the "late final MapState _state;" not to be final the error is gone.
The text was updated successfully, but these errors were encountered: