local_notifier
local_notifier copied to clipboard
Windows Application Close when call windowManager.setSkipTaskbar(true);
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,
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.