File tree Expand file tree Collapse file tree 5 files changed +38
-10
lines changed Expand file tree Collapse file tree 5 files changed +38
-10
lines changed Original file line number Diff line number Diff line change 1+ ## 0.1.6
2+
3+ * fix: macos 3.16 plugin register issue #13
4+
15## 0.1.5
26
37* Make sure the web project build
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.5
58+ protocol_handler : ^0.1.6
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.5
58+ protocol_handler : ^0.1.6
5959` ` `
6060
6161Or
Original file line number Diff line number Diff line change @@ -91,6 +91,22 @@ packages:
9191 description: flutter
9292 source: sdk
9393 version: "0.0.0"
94+ leak_tracker:
95+ dependency: transitive
96+ description:
97+ name: leak_tracker
98+ sha256: "04be76c4a4bb50f14904e64749237e541e7c7bcf7ec0b196907322ab5d2fc739"
99+ url: "https://pub.dev"
100+ source: hosted
101+ version: "9.0.16"
102+ leak_tracker_testing:
103+ dependency: transitive
104+ description:
105+ name: leak_tracker_testing
106+ sha256: b06739349ec2477e943055aea30172c5c7000225f79dad4702e2ec0eda79a6ff
107+ url: "https://pub.dev"
108+ source: hosted
109+ version: "1.0.5"
94110 lints:
95111 dependency: transitive
96112 description:
@@ -111,18 +127,18 @@ packages:
111127 dependency: transitive
112128 description:
113129 name: material_color_utilities
114- sha256: "9528f2f296073ff54cb9fee677df673ace1218163c3bc7628093e7eed5203d41 "
130+ sha256: "0e0a020085b65b6083975e499759762399b4475f766c21668c4ecca34ea74e5a "
115131 url: "https://pub.dev"
116132 source: hosted
117- version: "0.5 .0"
133+ version: "0.8 .0"
118134 meta:
119135 dependency: transitive
120136 description:
121137 name: meta
122- sha256: a6e590c838b18133bb482a2745ad77c5bb7715fb0451209e1a7567d416678b8e
138+ sha256: d584fa6707a52763a52446f02cc621b077888fb63b93bbcb1143a7be5a0c0c04
123139 url: "https://pub.dev"
124140 source: hosted
125- version: "1.10 .0"
141+ version: "1.11 .0"
126142 path:
127143 dependency: transitive
128144 description:
@@ -145,7 +161,7 @@ packages:
145161 path: ".."
146162 relative: true
147163 source: path
148- version: "0.1.5 "
164+ version: "0.1.6 "
149165 sky_engine:
150166 dependency: transitive
151167 description: flutter
@@ -207,14 +223,22 @@ packages:
207223 url: "https://pub.dev"
208224 source: hosted
209225 version: "2.1.4"
226+ vm_service:
227+ dependency: transitive
228+ description:
229+ name: vm_service
230+ sha256: b3d56ff4341b8f182b96aceb2fa20e3dcb336b9f867bc0eafc0de10f1048e957
231+ url: "https://pub.dev"
232+ source: hosted
233+ version: "13.0.0"
210234 web:
211235 dependency: transitive
212236 description:
213237 name: web
214- sha256: afe077240a270dcfd2aafe77602b4113645af95d0ad31128cc02bce5ac5d5152
238+ sha256: edc8a9573dd8c5a83a183dae1af2b6fd4131377404706ca4e5420474784906fa
215239 url: "https://pub.dev"
216240 source: hosted
217- version: "0.3 .0"
241+ version: "0.4 .0"
218242 win32:
219243 dependency: transitive
220244 description:
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.5
3+ version : 0.1.6
44homepage : https://github.com/leanflutter/protocol_handler
55
66platforms :
You can’t perform that action at this time.
0 commit comments