Skip to content
This repository was archived by the owner on Sep 19, 2023. It is now read-only.

Commit ba8e83e

Browse files
committed
Update 1.5.1
1 parent 3f393d1 commit ba8e83e

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.5.1] - [02.10.2022]
2+
### Fixes
3+
- **[Fixed]** error when reading a flac file with others files.. - Thanks [@SimoneBressan](https://github.com/SimoneBressan)
4+
5+
### Documentation
6+
- Updated `README` documentation.
7+
18
## [1.5.0] - [01.21.2022]
29
### Features
310
- **[Added]** `separateThread` parameter to `[readAudios]`. Now you can change the `thread` when reading the audios. - Thanks [@SimoneBressan](https://github.com/SimoneBressan)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ NOTE: Feel free to help with readme translations
3434
Add the following code to your `pubspec.yaml`:
3535
```yaml
3636
dependencies:
37-
on_audio_edit: ^1.5.0
37+
on_audio_edit: ^1.5.1
3838
```
3939
4040
#### Request Permission:

README.pt-BR.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ NOTE: Fique à vontade para ajudar nas traduções
3434
Adicione o seguinte codigo para seu `pubspec.yaml`:
3535
```yaml
3636
dependencies:
37-
on_audio_edit: ^1.5.0
37+
on_audio_edit: ^1.5.1
3838
```
3939
4040
#### Solicitar Permissões:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: on_audio_edit
22
description: Flutter Plugin used to edit and read audios/songs infos/tags [Mp3, OggVorbis, Wav, etc...].
3-
version: 1.5.0
3+
version: 1.5.1
44
homepage: https://github.com/LucJosin/on_audio_edit
55
# pub.dev: https://pub.dev/packages/on_audio_query
66
# ========

0 commit comments

Comments
 (0)