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+
16## 0.1.3
27
38- [ 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
5555
5656``` yaml
5757dependencies :
58- protocol_handler : ^0.1.3
58+ protocol_handler : ^0.1.4
5959` ` `
6060
6161或
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ Add this to your package's pubspec.yaml file:
5555
5656``` yaml
5757dependencies :
58- protocol_handler : ^0.1.3
58+ protocol_handler : ^0.1.4
5959` ` `
6060
6161Or
Original file line number Diff line number Diff line change @@ -25,4 +25,4 @@ SPEC CHECKSUMS:
2525
2626PODFILE CHECKSUM: 6eac6b3292e5142cfc23bdeb71848a40ec51c14c
2727
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:
136136 path: ".."
137137 relative: true
138138 source: path
139- version: "0.1.3 "
139+ version: "0.1.4 "
140140 sky_engine:
141141 dependency: transitive
142142 description: flutter
@@ -197,14 +197,14 @@ packages:
197197 name: win32
198198 url: "https://pub.dartlang.org"
199199 source: hosted
200- version: "2.4 .1"
200+ version: "2.6 .1"
201201 win32_registry:
202202 dependency: transitive
203203 description:
204204 name: win32_registry
205205 url: "https://pub.dartlang.org"
206206 source: hosted
207- version: "0.1 .2"
207+ version: "1.0 .2"
208208 window_manager:
209209 dependency: "direct main"
210210 description:
@@ -213,5 +213,5 @@ packages:
213213 source: hosted
214214 version: "0.2.0"
215215sdks:
216- dart: ">=2.17.0-0 <3.0.0"
216+ dart: ">=2.17.0 <3.0.0"
217217 flutter: ">=2.5.0"
Original file line number Diff line number Diff line change 11name : protocol_handler
22description : 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
44homepage : https://github.com/leanflutter/protocol_handler
55
66platforms :
@@ -16,7 +16,7 @@ dependencies:
1616 flutter :
1717 sdk : flutter
1818
19- win32_registry : ^0.1 .2
19+ win32_registry : ^1.0 .2
2020
2121dev_dependencies :
2222 flutter_test :
You can’t perform that action at this time.
0 commit comments