win_toast 0.4.0
win_toast: ^0.4.0 copied to clipboard
a flutter plugin that allows users to create and display toast notifications to notification center on the Windows operating system.
0.3.0 #
BREAKING CHANGES
- remove wrl implementation.
WIN_TOAST_ENABLE_WIN_RT,WIN_TOAST_WRL_ACTIVATOR_CLSID,WIN_TOAST_ENABLE_WRLcmake configs do not work anymore. WinToast.instance().initializerequired aclsidparameter to works on msix
NEW FEATURES
- add
WinToast.instance().showToastto show toast from template.
0.2.0 #
- BREAKING CHANGE please read README.md for how to use.
- fix the notification which in notification center can not be clicked.
- fix wired behavior when click the notification.
0.1.1 #
- fix GetCurrentPackageFullName didn't work on Windows7.
0.1.0 #
- fix notification wired name when app package as msix. #142 by daniel-kane-everbridge-com
0.0.2 #
- fix cause crash on Windows 7.
0.0.1 #
- add basic functions.