File tree Expand file tree Collapse file tree 5 files changed +14
-10
lines changed Expand file tree Collapse file tree 5 files changed +14
-10
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.1.5
2
+
3
+ * Make sure the web project build
4
+
1
5
## 0.1.4
2
6
3
- - bump win32_registry to 1.0.2
4
- - Expose ProtocolHandlerPlugin so it's possible to call 'handleEventURL' for multiple plugins #6
7
+ * bump win32_registry to 1.0.2
8
+ * Expose ProtocolHandlerPlugin so it's possible to call 'handleEventURL' for multiple plugins #6
5
9
6
10
## 0.1.3
7
11
8
- - [ windows] fix startup crash when argc is 1 #4
12
+ * [ windows] fix startup crash when argc is 1 #4
9
13
10
14
## 0.1.2
11
15
12
- - Support android & ios platform.
16
+ * Support android & ios platform.
13
17
14
18
## 0.1.1
15
19
16
- - [ macos & windows] Implement ` getInitialUrl ` metnod.
20
+ * [ macos & windows] Implement ` getInitialUrl ` metnod.
17
21
18
22
## 0.1.0
19
23
20
- - First release.
24
+ * First release.
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ https://user-images.githubusercontent.com/3889523/167283452-aff2535b-c322-45c7-9
55
55
56
56
``` yaml
57
57
dependencies :
58
- protocol_handler : ^0.1.4
58
+ protocol_handler : ^0.1.5
59
59
` ` `
60
60
61
61
或
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ Add this to your package's pubspec.yaml file:
55
55
56
56
``` yaml
57
57
dependencies :
58
- protocol_handler : ^0.1.4
58
+ protocol_handler : ^0.1.5
59
59
` ` `
60
60
61
61
Or
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ packages:
153
153
path: ".."
154
154
relative: true
155
155
source: path
156
- version: "0.1.4 "
156
+ version: "0.1.5 "
157
157
sky_engine:
158
158
dependency: transitive
159
159
description: flutter
Original file line number Diff line number Diff line change 1
1
name : protocol_handler
2
2
description : This plugin allows Flutter apps to register and handle custom protocols (i.e. deep linking).
3
- version : 0.1.4
3
+ version : 0.1.5
4
4
homepage : https://github.com/leanflutter/protocol_handler
5
5
6
6
platforms :
You can’t perform that action at this time.
0 commit comments