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
This shows the project view for flutter projects on first open:
<img width="509" height="312" alt="Screenshot 2025-10-09 at 9 45 30 AM" src="https://github.com/user-attachments/assets/5f4d2fbc-4a55-42cf-9286-e392fb3548c2" />
There's a problem with this fix though, in this scenario:
1. Open the flutter project (this will open to the project view correctly)
2. Close the project
3. Open the project's Android subdirectory (this will open to the android view correctly)
4. Open the top-level flutter project again - this will open to the android view, which isn't what we want
So I don't even know if I want to commit this code, because it feels like we are trying to manipulate a mechanism that's already pretty complicated. Any opinions are welcome.
(mostly) Fixes [8556](#8556)
0 commit comments