local_notifier icon indicating copy to clipboard operation
local_notifier copied to clipboard

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

Open dodatw opened this issue 2 years ago • 1 comments

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,

dodatw avatar Jun 24 '22 01:06 dodatw

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.

Far-Se avatar Jul 25 '22 07:07 Far-Se