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
+
1
5
## 0.1.5
2
6
3
7
* 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
55
55
56
56
``` yaml
57
57
dependencies :
58
- protocol_handler : ^0.1.5
58
+ protocol_handler : ^0.1.6
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.5
58
+ protocol_handler : ^0.1.6
59
59
` ` `
60
60
61
61
Or
Original file line number Diff line number Diff line change @@ -91,6 +91,22 @@ packages:
91
91
description: flutter
92
92
source: sdk
93
93
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"
94
110
lints:
95
111
dependency: transitive
96
112
description:
@@ -111,18 +127,18 @@ packages:
111
127
dependency: transitive
112
128
description:
113
129
name: material_color_utilities
114
- sha256: "9528f2f296073ff54cb9fee677df673ace1218163c3bc7628093e7eed5203d41 "
130
+ sha256: "0e0a020085b65b6083975e499759762399b4475f766c21668c4ecca34ea74e5a "
115
131
url: "https://pub.dev"
116
132
source: hosted
117
- version: "0.5 .0"
133
+ version: "0.8 .0"
118
134
meta:
119
135
dependency: transitive
120
136
description:
121
137
name: meta
122
- sha256: a6e590c838b18133bb482a2745ad77c5bb7715fb0451209e1a7567d416678b8e
138
+ sha256: d584fa6707a52763a52446f02cc621b077888fb63b93bbcb1143a7be5a0c0c04
123
139
url: "https://pub.dev"
124
140
source: hosted
125
- version: "1.10 .0"
141
+ version: "1.11 .0"
126
142
path:
127
143
dependency: transitive
128
144
description:
@@ -145,7 +161,7 @@ packages:
145
161
path: ".."
146
162
relative: true
147
163
source: path
148
- version: "0.1.5 "
164
+ version: "0.1.6 "
149
165
sky_engine:
150
166
dependency: transitive
151
167
description: flutter
@@ -207,14 +223,22 @@ packages:
207
223
url: "https://pub.dev"
208
224
source: hosted
209
225
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"
210
234
web:
211
235
dependency: transitive
212
236
description:
213
237
name: web
214
- sha256: afe077240a270dcfd2aafe77602b4113645af95d0ad31128cc02bce5ac5d5152
238
+ sha256: edc8a9573dd8c5a83a183dae1af2b6fd4131377404706ca4e5420474784906fa
215
239
url: "https://pub.dev"
216
240
source: hosted
217
- version: "0.3 .0"
241
+ version: "0.4 .0"
218
242
win32:
219
243
dependency: transitive
220
244
description:
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.5
3
+ version : 0.1.6
4
4
homepage : https://github.com/leanflutter/protocol_handler
5
5
6
6
platforms :
You can’t perform that action at this time.
0 commit comments