We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
on macos in the example when using the package from pub: tray_manager: ^0.1.3
tray_manager: ^0.1.3
void onTrayMenuItemClick(MenuItem menuItem) { print(menuItem.toJson()); BotToast.showText( text: '${menuItem.toJson()}', ); }
onTrayMenuItemClick is activated when I select a menu item.
onTrayMenuItemClick
When I use tray_manager from the master
tray_manager: path: ../
the example does not work any more.
I use the master because of issue 4
The text was updated successfully, but these errors were encountered:
[macos] Fix onTrayMenuItemClick not responding #10
55aa937
Fixed.
Sorry, something went wrong.
No branches or pull requests
Hello,
on macos in the example when using the package from pub:
tray_manager: ^0.1.3
onTrayMenuItemClick
is activated when I select a menu item.When I use tray_manager from the master
the example does not work any more.
I use the master because of issue 4
The text was updated successfully, but these errors were encountered: