-
Notifications
You must be signed in to change notification settings - Fork 15
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
Content of the app is not clickable #1
Comments
Hi, Thank you. |
Thanks for quick response. Here are the logs:
|
Just did some research on the unrecognized selector issue. I will continue investigate into the issue. Please do let me know if you have more update on this. Thank you. |
I have the same problem using MACOS 11 |
Great startrr anyone managed to fix this? what is the advantwge over using this solution where you have to open xcode and edit compared to the system_tray package on pub.dev? |
Thanks for the questions @Jarrodsz
I recently got myself an m2 Mac mini, will test that if I have time. I am also checking if there will have any chance that flutter is adding native multi window support in the future, as one of the dependency multi_window isn't getting any new update and I cannot find any replacement for it.
I think the use case for the two is completely different, the purpose of this repo is to build an app that live inside of the menu bar which is useful for building utilities app, whereas system_tray is to add a menu to the menu bar. If that is the case, in flutter 3.7, flutter added native support for using the macOS native application menu with PlatformMenuBar which I think is more suitable than system_tray for that use case. If you're using flutter <3.7, system_tray is still a good solution. |
Thank you for this template, but it, unfortunately, doesn't work for me. It compiles, shows and hides, but the content of the app isn't clickable. I can't press the close text button or fab button. Could you help me?
Flutter 3.0.5
macOS 12.1 M1 Pro
Screen.Recording.2022-07-27.at.20.16.29.mov
The text was updated successfully, but these errors were encountered: