Skip to content

Commit 2010361

Browse files
committed
Prepare for 0.2.2 release
1 parent 0cc9a8b commit 2010361

File tree

3 files changed

+46
-68
lines changed

3 files changed

+46
-68
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.2.2
2+
* Increased Flutter SDK constraint to `>=1.24.0-10.2.pre` (current beta),
3+
because API version breakage in dynamic linking API for Dart SDK.
4+
* Additional documentation for `RsassaPkcs1V15PrivateKey` and
5+
`RsassaPkcs1V15PublicKey`.
6+
17
# 0.2.1
28
* Added finalizers for `ssl.EVP_PKEY` and running tests under `valgrind` unable
39
to find any obvious memory leaks.

example/pubspec.lock

Lines changed: 38 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ packages:
77
name: _fe_analyzer_shared
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "7.0.0"
10+
version: "12.0.0"
1111
analyzer:
1212
dependency: transitive
1313
description:
1414
name: analyzer
1515
url: "https://pub.dartlang.org"
1616
source: hosted
17-
version: "0.39.17"
17+
version: "0.40.6"
1818
archive:
1919
dependency: transitive
2020
description:
@@ -35,28 +35,28 @@ packages:
3535
name: async
3636
url: "https://pub.dartlang.org"
3737
source: hosted
38-
version: "2.5.0-nullsafety"
38+
version: "2.5.0-nullsafety.3"
3939
boolean_selector:
4040
dependency: transitive
4141
description:
4242
name: boolean_selector
4343
url: "https://pub.dartlang.org"
4444
source: hosted
45-
version: "2.1.0-nullsafety"
45+
version: "2.1.0-nullsafety.3"
4646
characters:
4747
dependency: transitive
4848
description:
4949
name: characters
5050
url: "https://pub.dartlang.org"
5151
source: hosted
52-
version: "1.1.0-nullsafety.2"
52+
version: "1.1.0-nullsafety.5"
5353
charcode:
5454
dependency: transitive
5555
description:
5656
name: charcode
5757
url: "https://pub.dartlang.org"
5858
source: hosted
59-
version: "1.2.0-nullsafety"
59+
version: "1.2.0-nullsafety.3"
6060
cli_util:
6161
dependency: transitive
6262
description:
@@ -70,14 +70,14 @@ packages:
7070
name: clock
7171
url: "https://pub.dartlang.org"
7272
source: hosted
73-
version: "1.1.0-nullsafety"
73+
version: "1.1.0-nullsafety.3"
7474
collection:
7575
dependency: transitive
7676
description:
7777
name: collection
7878
url: "https://pub.dartlang.org"
7979
source: hosted
80-
version: "1.15.0-nullsafety.2"
80+
version: "1.15.0-nullsafety.5"
8181
convert:
8282
dependency: "direct main"
8383
description:
@@ -91,21 +91,14 @@ packages:
9191
name: coverage
9292
url: "https://pub.dartlang.org"
9393
source: hosted
94-
version: "0.14.1"
94+
version: "0.14.2"
9595
crypto:
9696
dependency: transitive
9797
description:
9898
name: crypto
9999
url: "https://pub.dartlang.org"
100100
source: hosted
101101
version: "2.1.5"
102-
csslib:
103-
dependency: transitive
104-
description:
105-
name: csslib
106-
url: "https://pub.dartlang.org"
107-
source: hosted
108-
version: "0.16.2"
109102
cupertino_icons:
110103
dependency: "direct main"
111104
description:
@@ -119,7 +112,7 @@ packages:
119112
name: fake_async
120113
url: "https://pub.dartlang.org"
121114
source: hosted
122-
version: "1.1.0-nullsafety"
115+
version: "1.2.0-nullsafety.3"
123116
ffi:
124117
dependency: transitive
125118
description:
@@ -133,7 +126,7 @@ packages:
133126
name: file
134127
url: "https://pub.dartlang.org"
135128
source: hosted
136-
version: "6.0.0-nullsafety.1"
129+
version: "6.0.0-nullsafety.4"
137130
flutter:
138131
dependency: "direct main"
139132
description: flutter
@@ -166,20 +159,6 @@ packages:
166159
url: "https://pub.dartlang.org"
167160
source: hosted
168161
version: "1.2.0"
169-
html:
170-
dependency: transitive
171-
description:
172-
name: html
173-
url: "https://pub.dartlang.org"
174-
source: hosted
175-
version: "0.14.0+3"
176-
http:
177-
dependency: transitive
178-
description:
179-
name: http
180-
url: "https://pub.dartlang.org"
181-
source: hosted
182-
version: "0.12.2"
183162
http_multi_server:
184163
dependency: transitive
185164
description:
@@ -207,14 +186,14 @@ packages:
207186
name: js
208187
url: "https://pub.dartlang.org"
209188
source: hosted
210-
version: "0.6.3-nullsafety.1"
189+
version: "0.6.3-nullsafety.3"
211190
json_rpc_2:
212191
dependency: transitive
213192
description:
214193
name: json_rpc_2
215194
url: "https://pub.dartlang.org"
216195
source: hosted
217-
version: "2.2.1"
196+
version: "2.2.2"
218197
logging:
219198
dependency: transitive
220199
description:
@@ -228,14 +207,14 @@ packages:
228207
name: matcher
229208
url: "https://pub.dartlang.org"
230209
source: hosted
231-
version: "0.12.10-nullsafety"
210+
version: "0.12.10-nullsafety.3"
232211
meta:
233212
dependency: transitive
234213
description:
235214
name: meta
236215
url: "https://pub.dartlang.org"
237216
source: hosted
238-
version: "1.3.0-nullsafety.2"
217+
version: "1.3.0-nullsafety.6"
239218
mime:
240219
dependency: transitive
241220
description:
@@ -249,7 +228,7 @@ packages:
249228
name: node_interop
250229
url: "https://pub.dartlang.org"
251230
source: hosted
252-
version: "1.1.1"
231+
version: "1.2.0"
253232
node_io:
254233
dependency: transitive
255234
description:
@@ -277,35 +256,35 @@ packages:
277256
name: path
278257
url: "https://pub.dartlang.org"
279258
source: hosted
280-
version: "1.8.0-nullsafety"
259+
version: "1.8.0-nullsafety.3"
281260
pedantic:
282261
dependency: transitive
283262
description:
284263
name: pedantic
285264
url: "https://pub.dartlang.org"
286265
source: hosted
287-
version: "1.10.0-nullsafety.1"
266+
version: "1.10.0-nullsafety.3"
288267
platform:
289268
dependency: transitive
290269
description:
291270
name: platform
292271
url: "https://pub.dartlang.org"
293272
source: hosted
294-
version: "3.0.0-nullsafety.1"
273+
version: "3.0.0-nullsafety.4"
295274
pool:
296275
dependency: transitive
297276
description:
298277
name: pool
299278
url: "https://pub.dartlang.org"
300279
source: hosted
301-
version: "1.5.0-nullsafety.1"
280+
version: "1.5.0-nullsafety.3"
302281
process:
303282
dependency: transitive
304283
description:
305284
name: process
306285
url: "https://pub.dartlang.org"
307286
source: hosted
308-
version: "4.0.0-nullsafety.1"
287+
version: "4.0.0-nullsafety.4"
309288
pub_semver:
310289
dependency: transitive
311290
description:
@@ -352,42 +331,42 @@ packages:
352331
name: source_map_stack_trace
353332
url: "https://pub.dartlang.org"
354333
source: hosted
355-
version: "2.1.0-nullsafety.2"
334+
version: "2.1.0-nullsafety.4"
356335
source_maps:
357336
dependency: transitive
358337
description:
359338
name: source_maps
360339
url: "https://pub.dartlang.org"
361340
source: hosted
362-
version: "0.10.10-nullsafety.1"
341+
version: "0.10.10-nullsafety.3"
363342
source_span:
364343
dependency: transitive
365344
description:
366345
name: source_span
367346
url: "https://pub.dartlang.org"
368347
source: hosted
369-
version: "1.8.0-nullsafety"
348+
version: "1.8.0-nullsafety.4"
370349
stack_trace:
371350
dependency: transitive
372351
description:
373352
name: stack_trace
374353
url: "https://pub.dartlang.org"
375354
source: hosted
376-
version: "1.10.0-nullsafety"
355+
version: "1.10.0-nullsafety.6"
377356
stream_channel:
378357
dependency: transitive
379358
description:
380359
name: stream_channel
381360
url: "https://pub.dartlang.org"
382361
source: hosted
383-
version: "2.1.0-nullsafety"
362+
version: "2.1.0-nullsafety.3"
384363
string_scanner:
385364
dependency: transitive
386365
description:
387366
name: string_scanner
388367
url: "https://pub.dartlang.org"
389368
source: hosted
390-
version: "1.1.0-nullsafety"
369+
version: "1.1.0-nullsafety.3"
391370
sync_http:
392371
dependency: transitive
393372
description:
@@ -401,56 +380,49 @@ packages:
401380
name: term_glyph
402381
url: "https://pub.dartlang.org"
403382
source: hosted
404-
version: "1.2.0-nullsafety"
383+
version: "1.2.0-nullsafety.3"
405384
test:
406385
dependency: "direct dev"
407386
description:
408387
name: test
409388
url: "https://pub.dartlang.org"
410389
source: hosted
411-
version: "1.16.0-nullsafety.4"
390+
version: "1.16.0-nullsafety.9"
412391
test_api:
413392
dependency: transitive
414393
description:
415394
name: test_api
416395
url: "https://pub.dartlang.org"
417396
source: hosted
418-
version: "0.2.19-nullsafety"
397+
version: "0.2.19-nullsafety.6"
419398
test_core:
420399
dependency: transitive
421400
description:
422401
name: test_core
423402
url: "https://pub.dartlang.org"
424403
source: hosted
425-
version: "0.3.12-nullsafety.4"
404+
version: "0.3.12-nullsafety.9"
426405
typed_data:
427406
dependency: transitive
428407
description:
429408
name: typed_data
430409
url: "https://pub.dartlang.org"
431410
source: hosted
432-
version: "1.3.0-nullsafety.2"
411+
version: "1.3.0-nullsafety.5"
433412
vector_math:
434413
dependency: transitive
435414
description:
436415
name: vector_math
437416
url: "https://pub.dartlang.org"
438417
source: hosted
439-
version: "2.1.0-nullsafety.2"
418+
version: "2.1.0-nullsafety.5"
440419
vm_service:
441420
dependency: transitive
442421
description:
443422
name: vm_service
444423
url: "https://pub.dartlang.org"
445424
source: hosted
446-
version: "4.2.0"
447-
vm_service_client:
448-
dependency: transitive
449-
description:
450-
name: vm_service_client
451-
url: "https://pub.dartlang.org"
452-
source: hosted
453-
version: "0.2.6+2"
425+
version: "5.2.0"
454426
watcher:
455427
dependency: transitive
456428
description:
@@ -471,7 +443,7 @@ packages:
471443
path: ".."
472444
relative: true
473445
source: path
474-
version: "0.2.1"
446+
version: "0.2.2"
475447
webdriver:
476448
dependency: transitive
477449
description:
@@ -485,7 +457,7 @@ packages:
485457
name: webkit_inspection_protocol
486458
url: "https://pub.dartlang.org"
487459
source: hosted
488-
version: "0.7.3"
460+
version: "0.7.4"
489461
yaml:
490462
dependency: transitive
491463
description:
@@ -494,5 +466,5 @@ packages:
494466
source: hosted
495467
version: "2.2.1"
496468
sdks:
497-
dart: ">=2.10.0-4.0.dev <2.10.0"
498-
flutter: ">=1.22.0-12.1.pre <2.0.0"
469+
dart: ">=2.12.0-0.0 <3.0.0"
470+
flutter: ">=1.24.0-10.2.pre"

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
# limitations under the License.
1414

1515
name: webcrypto
16-
version: 0.2.1
16+
version: 0.2.2
1717
description: Cross-platform implementation of Web Cryptography APIs for Flutter.
1818
homepage: https://github.com/google/webcrypto.dart
1919

2020
environment:
2121
sdk: '>=2.8.0 <3.0.0'
22-
flutter: '>=1.22.0-12.1.pre <2.0.0'
22+
flutter: '>=1.24.0-10.2.pre'
2323

2424
dependencies:
2525
ffi: ^0.1.3

0 commit comments

Comments
 (0)