Open dodatw opened 2 years ago
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.
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,