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
First of, nice plugin!
I observe the following issue on Windows (I did not test on other platforms):
onTrayIcon(Right)MouseDown is called twice when mouse is released. onTrayIcon(Right)MouseUp is never called.
tray_manager 0.2.3
flutter --version Flutter 3.22.3 • channel stable • https://github.com/flutter/flutter.git Framework • revision b0850beeb2 (6 weeks ago) • 2024-07-16 21:43:41 -0700 Engine • revision 235db911ba Tools • Dart 3.4.4 • DevTools 2.34.3
The text was updated successfully, but these errors were encountered:
I experience the same issue with onTrayIconRightMouseUp.
onTrayIconRightMouseUp
Sorry, something went wrong.
No branches or pull requests
First of, nice plugin!
I observe the following issue on Windows (I did not test on other platforms):
onTrayIcon(Right)MouseDown is called twice when mouse is released.
onTrayIcon(Right)MouseUp is never called.
tray_manager 0.2.3
flutter --version
Flutter 3.22.3 • channel stable • https://github.com/flutter/flutter.git
Framework • revision b0850beeb2 (6 weeks ago) • 2024-07-16 21:43:41 -0700
Engine • revision 235db911ba
Tools • Dart 3.4.4 • DevTools 2.34.3
The text was updated successfully, but these errors were encountered: