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+
15## 0.1.4
26
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
59
610## 0.1.3
711
8- - [ windows] fix startup crash when argc is 1 #4
12+ * [ windows] fix startup crash when argc is 1 #4
913
1014## 0.1.2
1115
12- - Support android & ios platform.
16+ * Support android & ios platform.
1317
1418## 0.1.1
1519
16- - [ macos & windows] Implement ` getInitialUrl ` metnod.
20+ * [ macos & windows] Implement ` getInitialUrl ` metnod.
1721
1822## 0.1.0
1923
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
5555
5656``` yaml
5757dependencies :
58- protocol_handler : ^0.1.4
58+ protocol_handler : ^0.1.5
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.4
58+ protocol_handler : ^0.1.5
5959` ` `
6060
6161Or
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ packages:
153153 path: ".."
154154 relative: true
155155 source: path
156- version: "0.1.4 "
156+ version: "0.1.5 "
157157 sky_engine:
158158 dependency: transitive
159159 description: flutter
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.4
3+ version : 0.1.5
44homepage : https://github.com/leanflutter/protocol_handler
55
66platforms :
You can’t perform that action at this time.
0 commit comments