You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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,
The text was updated successfully, but these errors were encountered:
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,
The text was updated successfully, but these errors were encountered: