File tree 3 files changed +7
-1
lines changed
3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 13
13
- desktop_webview_window
14
14
- desktop_drop
15
15
- desktop_lifecycle
16
+ - win_toast
16
17
push :
17
18
tags :
18
19
- ' ogg_opus_player-v[0-9]+.[0-9]+.[0-9]+*'
19
20
- ' mixin_logger-v[0-9]+.[0-9]+.[0-9]+*'
20
21
- ' desktop_webview_window-v[0-9]+.[0-9]+.[0-9]+*'
21
22
- ' desktop_drop-v[0-9]+.[0-9]+.[0-9]+*'
22
23
- ' desktop_lifecycle-v[0-9]+.[0-9]+.[0-9]+*'
24
+ - ' win_toast-v[0-9]+.[0-9]+.[0-9]+*'
23
25
24
26
jobs :
25
27
publish :
Original file line number Diff line number Diff line change
1
+ ## 0.3.1
2
+
3
+ * Fix not working if packaged by msix([ #375 ] ( https://github.com/MixinNetwork/flutter-plugins/pull/375 ) )
4
+
1
5
## 0.3.0
2
6
3
7
** BREAKING CHANGES**
Original file line number Diff line number Diff line change 1
1
name : win_toast
2
2
description : a flutter plugin that allows users to create and display toast notifications to notification center on the Windows operating system.
3
- version : 0.3.0
3
+ version : 0.3.1
4
4
homepage : https://github.com/MixinNetwork/flutter-plugins/tree/main/packages/win_toast
5
5
6
6
environment :
You can’t perform that action at this time.
0 commit comments