Skip to content

Commit a5d1894

Browse files
committed
Bump version
1 parent 2347149 commit a5d1894

File tree

4 files changed

+33
-33
lines changed

4 files changed

+33
-33
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## [next]
44

5+
## 0.17.3
6+
* Backport some code to old kt (for now)
7+
58
## 0.17.2
69
* Fix macos compilation issue
710
* Fix android for non-kotlin projects

example/lib/generated_plugin_registrant.dart

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,12 @@
22
// Generated file. Do not edit.
33
//
44

5-
// ignore: unused_import
6-
import 'dart:ui';
7-
85
import 'package:audioplayers/audioplayers_web.dart';
96

107
import 'package:flutter_web_plugins/flutter_web_plugins.dart';
118

129
// ignore: public_member_api_docs
13-
void registerPlugins(PluginRegistry registry) {
14-
AudioplayersPlugin.registerWith(registry.registrarFor(AudioplayersPlugin));
15-
registry.registerMessageHandler();
10+
void registerPlugins(Registrar registrar) {
11+
AudioplayersPlugin.registerWith(registrar);
12+
registrar.registerMessageHandler();
1613
}

pubspec.lock

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -28,28 +28,28 @@ packages:
2828
name: async
2929
url: "https://pub.dartlang.org"
3030
source: hosted
31-
version: "2.5.0-nullsafety.2"
31+
version: "2.5.0-nullsafety.3"
3232
boolean_selector:
3333
dependency: transitive
3434
description:
3535
name: boolean_selector
3636
url: "https://pub.dartlang.org"
3737
source: hosted
38-
version: "2.1.0-nullsafety.2"
38+
version: "2.1.0-nullsafety.3"
3939
characters:
4040
dependency: transitive
4141
description:
4242
name: characters
4343
url: "https://pub.dartlang.org"
4444
source: hosted
45-
version: "1.1.0-nullsafety.4"
45+
version: "1.1.0-nullsafety.5"
4646
charcode:
4747
dependency: transitive
4848
description:
4949
name: charcode
5050
url: "https://pub.dartlang.org"
5151
source: hosted
52-
version: "1.2.0-nullsafety.2"
52+
version: "1.2.0-nullsafety.3"
5353
cli_util:
5454
dependency: transitive
5555
description:
@@ -63,14 +63,14 @@ packages:
6363
name: clock
6464
url: "https://pub.dartlang.org"
6565
source: hosted
66-
version: "1.1.0-nullsafety.2"
66+
version: "1.1.0-nullsafety.3"
6767
collection:
6868
dependency: transitive
6969
description:
7070
name: collection
7171
url: "https://pub.dartlang.org"
7272
source: hosted
73-
version: "1.15.0-nullsafety.4"
73+
version: "1.15.0-nullsafety.5"
7474
convert:
7575
dependency: transitive
7676
description:
@@ -105,7 +105,7 @@ packages:
105105
name: fake_async
106106
url: "https://pub.dartlang.org"
107107
source: hosted
108-
version: "1.2.0-nullsafety.2"
108+
version: "1.2.0-nullsafety.3"
109109
ffi:
110110
dependency: transitive
111111
description:
@@ -190,7 +190,7 @@ packages:
190190
name: js
191191
url: "https://pub.dartlang.org"
192192
source: hosted
193-
version: "0.6.3-nullsafety.2"
193+
version: "0.6.3-nullsafety.3"
194194
logging:
195195
dependency: transitive
196196
description:
@@ -204,14 +204,14 @@ packages:
204204
name: matcher
205205
url: "https://pub.dartlang.org"
206206
source: hosted
207-
version: "0.12.10-nullsafety.2"
207+
version: "0.12.10-nullsafety.3"
208208
meta:
209209
dependency: transitive
210210
description:
211211
name: meta
212212
url: "https://pub.dartlang.org"
213213
source: hosted
214-
version: "1.3.0-nullsafety.5"
214+
version: "1.3.0-nullsafety.6"
215215
mime:
216216
dependency: transitive
217217
description:
@@ -260,7 +260,7 @@ packages:
260260
name: path
261261
url: "https://pub.dartlang.org"
262262
source: hosted
263-
version: "1.8.0-nullsafety.2"
263+
version: "1.8.0-nullsafety.3"
264264
path_provider:
265265
dependency: "direct main"
266266
description:
@@ -302,7 +302,7 @@ packages:
302302
name: pedantic
303303
url: "https://pub.dartlang.org"
304304
source: hosted
305-
version: "1.10.0-nullsafety.1"
305+
version: "1.10.0-nullsafety.3"
306306
platform:
307307
dependency: transitive
308308
description:
@@ -323,7 +323,7 @@ packages:
323323
name: pool
324324
url: "https://pub.dartlang.org"
325325
source: hosted
326-
version: "1.5.0-nullsafety.1"
326+
version: "1.5.0-nullsafety.3"
327327
process:
328328
dependency: transitive
329329
description:
@@ -377,77 +377,77 @@ packages:
377377
name: source_map_stack_trace
378378
url: "https://pub.dartlang.org"
379379
source: hosted
380-
version: "2.1.0-nullsafety.2"
380+
version: "2.1.0-nullsafety.4"
381381
source_maps:
382382
dependency: transitive
383383
description:
384384
name: source_maps
385385
url: "https://pub.dartlang.org"
386386
source: hosted
387-
version: "0.10.10-nullsafety.1"
387+
version: "0.10.10-nullsafety.3"
388388
source_span:
389389
dependency: transitive
390390
description:
391391
name: source_span
392392
url: "https://pub.dartlang.org"
393393
source: hosted
394-
version: "1.8.0-nullsafety.3"
394+
version: "1.8.0-nullsafety.4"
395395
stack_trace:
396396
dependency: transitive
397397
description:
398398
name: stack_trace
399399
url: "https://pub.dartlang.org"
400400
source: hosted
401-
version: "1.10.0-nullsafety.5"
401+
version: "1.10.0-nullsafety.6"
402402
stream_channel:
403403
dependency: transitive
404404
description:
405405
name: stream_channel
406406
url: "https://pub.dartlang.org"
407407
source: hosted
408-
version: "2.1.0-nullsafety.2"
408+
version: "2.1.0-nullsafety.3"
409409
string_scanner:
410410
dependency: transitive
411411
description:
412412
name: string_scanner
413413
url: "https://pub.dartlang.org"
414414
source: hosted
415-
version: "1.1.0-nullsafety.2"
415+
version: "1.1.0-nullsafety.3"
416416
term_glyph:
417417
dependency: transitive
418418
description:
419419
name: term_glyph
420420
url: "https://pub.dartlang.org"
421421
source: hosted
422-
version: "1.2.0-nullsafety.2"
422+
version: "1.2.0-nullsafety.3"
423423
test:
424424
dependency: "direct dev"
425425
description:
426426
name: test
427427
url: "https://pub.dartlang.org"
428428
source: hosted
429-
version: "1.16.0-nullsafety.7"
429+
version: "1.16.0-nullsafety.16"
430430
test_api:
431431
dependency: transitive
432432
description:
433433
name: test_api
434434
url: "https://pub.dartlang.org"
435435
source: hosted
436-
version: "0.2.19-nullsafety.4"
436+
version: "0.2.19-nullsafety.6"
437437
test_core:
438438
dependency: transitive
439439
description:
440440
name: test_core
441441
url: "https://pub.dartlang.org"
442442
source: hosted
443-
version: "0.3.12-nullsafety.7"
443+
version: "0.3.12-nullsafety.15"
444444
typed_data:
445445
dependency: transitive
446446
description:
447447
name: typed_data
448448
url: "https://pub.dartlang.org"
449449
source: hosted
450-
version: "1.3.0-nullsafety.4"
450+
version: "1.3.0-nullsafety.5"
451451
uuid:
452452
dependency: "direct main"
453453
description:
@@ -461,7 +461,7 @@ packages:
461461
name: vector_math
462462
url: "https://pub.dartlang.org"
463463
source: hosted
464-
version: "2.1.0-nullsafety.4"
464+
version: "2.1.0-nullsafety.5"
465465
vm_service:
466466
dependency: transitive
467467
description:
@@ -512,5 +512,5 @@ packages:
512512
source: hosted
513513
version: "2.2.0"
514514
sdks:
515-
dart: ">=2.11.0-0.0 <=2.11.0-260.0.dev"
515+
dart: ">=2.12.0-0.0 <3.0.0"
516516
flutter: ">=1.12.13+hotfix.5 <2.0.0"

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: audioplayers
22
description: A Flutter plugin to play multiple audio files simultaneously
3-
version: 0.17.2
3+
version: 0.17.3
44
homepage: https://github.com/luanpotter/audioplayers
55

66
flutter:

0 commit comments

Comments
 (0)