File tree Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1+ ## 0.1.1
2+
3+ - [ macos & windows] Implement ` getInitialUrl ` metnod.
4+
15## 0.1.0
26
37- First release.
Original file line number Diff line number Diff line change 4646
4747``` yaml
4848dependencies :
49- protocol_handler : ^0.1.0
49+ protocol_handler : ^0.1.1
5050` ` `
5151
5252或
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ Add this to your package's pubspec.yaml file:
4646
4747``` yaml
4848dependencies :
49- protocol_handler : ^0.1.0
49+ protocol_handler : ^0.1.1
5050` ` `
5151
5252Or
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.0 "
139+ version: "0.1.1 "
140140 sky_engine:
141141 dependency: transitive
142142 description: flutter
Original file line number Diff line number Diff line change 11name : protocol_handler
22description : This plugin allows Flutter desktop apps to register and handle custom protocols (i.e. deep linking).
3- version : 0.1.0
3+ version : 0.1.1
44homepage : https://github.com/leanflutter/protocol_handler
55
66platforms :
You can’t perform that action at this time.
0 commit comments