Skip to content
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

Windows Application Close when call windowManager.setSkipTaskbar(true); #17

Open
dodatw opened this issue Jun 24, 2022 · 1 comment
Open

Comments

@dodatw
Copy link

dodatw commented Jun 24, 2022

Hi leanflutter,

We found a issue after upgrade local_notifier to 1.2
If we call "setup" in main. than call "windowManager.setSkipTaskbar" in initState
The application will close.

This issue can reproduce on example project.

Thanks.

Doda,

@Far-Se
Copy link

Far-Se commented Jul 25, 2022

Had similar issue. My own Method Package has stopped working after adding this package. The trick is to put localNotifier.setup in a delayed Future, you don't need toasts from first second anyhow.

Also they should put #define NDEBUG before including wintoastlib.h. The debug console prints are annoying.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants