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
Thanks for raising this, this is intended as flutter does not support embedding flutter view to native app in macOS. A new flutter window with the flutter view controller is created when flutter starts.
I have to mock the embedding by moving the flutter view controller to the native part (menu bar) when the app starts, and then close the window. That's why a black window is appears when app start.
Whenever I start the app (debug and release) for a moment there appears a black window before it jumps up to the menu bar.
The text was updated successfully, but these errors were encountered: