-
Notifications
You must be signed in to change notification settings - Fork 54
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
Not working on macOS 12.3.1 (21E258) and flutter 3.7.11 #76
Comments
Same likes a upstream (macos_window_utils) related issue, macos_window_utils not work and drawing nothing too. |
Interesting. This issue seems to be similar to #75 (comment), but I also cannot reproduce it. Do you experience the same issue on macos_window_utils 1.1.1? Also, does the same issue occur with Flutter 3.7.10? |
I checkout to flutter 3.7.10 and macos_windows_utils 1.1.1 , my app's view appears on window but acrylic effect not apply and hot reload not work. Using macos_windows_utils 1.1.2 and flutter 3.7.10, the error in #75 not appears but my view lost like: I run my app in xcode and it seems that we lost FlutterView? |
Did you modify your EDIT: More importantly, does the macos_window_utils example project work correctly on your end? Or does the issue only arise in your app? |
Thanks. Thats it. Looks like this step is still necessary for |
It shouldn’t, though. Are you using any other plugins that could cause some interference, perhaps? 1.1.2 uses |
while developing my minecraft launcher (https://morpheuslauncher.it), i noticed this issue, to workaround and reproduce the issue you need to follow these steps:
in addition. if you always build using xcode instead intellij the app work always if you follow the step 5 |
#79 likely already fixed this on EDIT: Done. |
This is result of the example project.
Result of
flutter --version
:Result of
flutter doctor
:The text was updated successfully, but these errors were encountered: