Skip to content

Commit 4a7e4a6

Browse files
committed
update
1 parent 1345867 commit 4a7e4a6

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 3.0.5
2+
* Breaking change, with Flutter 3.0 removed null aware for WidgetsBinding
13
## 3.0.4+5
24
* Fixed null aware
35
## 3.0.4+4

assets_audio_player_web/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 3.0.5
2+
* Breaking change, with Flutter 3.0 removed null aware for WidgetsBinding
13
## 3.0.4+5
24

35
- Fixed null aware

assets_audio_player_web/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: assets_audio_player_web
22
description: Web plugin for assets_audio_player, play music/audio stored in assets files directly from Flutter.
3-
version: 3.0.4+5
3+
version: 3.0.5
44
#author: Florent Champigny <champigny.florent@gmail.com>
55
homepage: https://github.com/florent37/Flutter-AssetsAudioPlayer
66

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: assets_audio_player
22
description: Play music/audio stored in assets files directly from Flutter & Network, Radio, LiveStream, Local files. Compatible with Android, iOS, web and macOS.
3-
version: 3.0.4+5
3+
version: 3.0.5
44

55
#author: Florent Champigny <champigny.florent@gmail.com>
66
homepage: https://github.com/florent37/Flutter-AssetsAudioPlayer

0 commit comments

Comments
 (0)