Skip to content

Commit

Permalink
v2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alnitak committed Sep 7, 2024
1 parent b8c710c commit 8c5de36
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
### 2.1.3 (7 Sep 2024)
- added audio_data example.
- added compatibility for Web platform in the pubspec.
- bug fix when loading multiple audio files asynchronously.
- better error message when something goes wrong loading a file.

### 2.1.2 (29 Aug 2024)
- bug fix when loading multiple audio files asynchronously
- bug fix when loading multiple audio files asynchronously.

### 2.1.1 (28 Aug 2024)
- added `bool isActive` and `int iindex` getters to filters.
Expand Down
3 changes: 2 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: >-
A low-level audio plugin for Flutter,
mainly meant for games and immersive apps.
Based on the SoLoud (C++) audio engine.
version: 2.1.2
version: 2.1.3
issue_tracker: https://github.com/alnitak/flutter_soloud/issues
homepage: https://github.com/alnitak/flutter_soloud
maintainer: Marco Bavagnoli (@lildeimos)
Expand All @@ -13,6 +13,7 @@ platforms:
linux:
macos:
windows:
web:
topics:
- audio
- player
Expand Down

0 comments on commit 8c5de36

Please sign in to comment.