File tree Expand file tree Collapse file tree 6 files changed +14
-9
lines changed Expand file tree Collapse file tree 6 files changed +14
-9
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.1.4
2
+
3
+ - bump win32_registry to 1.0.2
4
+ - Expose ProtocolHandlerPlugin so it's possible to call 'handleEventURL' for multiple plugins #6
5
+
1
6
## 0.1.3
2
7
3
8
- [ windows] fix startup crash when argc is 1 #4
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.3
58
+ protocol_handler : ^0.1.4
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.3
58
+ protocol_handler : ^0.1.4
59
59
` ` `
60
60
61
61
Or
Original file line number Diff line number Diff line change @@ -25,4 +25,4 @@ SPEC CHECKSUMS:
25
25
26
26
PODFILE CHECKSUM: 6eac6b3292e5142cfc23bdeb71848a40ec51c14c
27
27
28
- COCOAPODS: 1.11.2
28
+ COCOAPODS: 1.11.3
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ packages:
136
136
path: ".."
137
137
relative: true
138
138
source: path
139
- version: "0.1.3 "
139
+ version: "0.1.4 "
140
140
sky_engine:
141
141
dependency: transitive
142
142
description: flutter
@@ -197,14 +197,14 @@ packages:
197
197
name: win32
198
198
url: "https://pub.dartlang.org"
199
199
source: hosted
200
- version: "2.4 .1"
200
+ version: "2.6 .1"
201
201
win32_registry:
202
202
dependency: transitive
203
203
description:
204
204
name: win32_registry
205
205
url: "https://pub.dartlang.org"
206
206
source: hosted
207
- version: "0.1 .2"
207
+ version: "1.0 .2"
208
208
window_manager:
209
209
dependency: "direct main"
210
210
description:
@@ -213,5 +213,5 @@ packages:
213
213
source: hosted
214
214
version: "0.2.0"
215
215
sdks:
216
- dart: ">=2.17.0-0 <3.0.0"
216
+ dart: ">=2.17.0 <3.0.0"
217
217
flutter: ">=2.5.0"
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.3
3
+ version : 0.1.4
4
4
homepage : https://github.com/leanflutter/protocol_handler
5
5
6
6
platforms :
@@ -16,7 +16,7 @@ dependencies:
16
16
flutter :
17
17
sdk : flutter
18
18
19
- win32_registry : ^0.1 .2
19
+ win32_registry : ^1.0 .2
20
20
21
21
dev_dependencies :
22
22
flutter_test :
You can’t perform that action at this time.
0 commit comments