-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PlatformException recreating_view #811
Comments
Hi @jnorkus, I can't reproduce the issue with Flutter 3.27, could you share a code snippet? |
Hi! I’m also experiencing the same issue after upgrading to Flutter 3.27.0, specifically when performing a hot restart on the iOS simulator.
|
I was able to reproduce using the example project.
|
@jnorkus thank you for the clarification, still no luck on my side replicating this, could you share iOS and Xcode version you are using? |
iOS 17.2 I'll try upgrading my macOS to get the latest version of Xcode and see if that helps. |
Same results on: Reproducable on the example app in this repo as before. Please note that you have to do a hot restart (not hot reload). |
I got the same issue, and just so you know downgrading to flutter v3.24.5 solved the issue. Do you need help to reproduce @evil159? |
After upgrading to Flutter 3.27.0 I am getting this error on an iOS simulator (haven't tested on a device) after hot restarting. Also, the map view does not properly load.
Unhandled Exception: PlatformException(recreating_view, trying to create an already created view, view id: '0', null)
The text was updated successfully, but these errors were encountered: