on_audio_edit 1.5.1 on_audio_edit: ^1.5.1 copied to clipboard
Flutter Plugin used to edit and read audios/songs infos/tags [Mp3, OggVorbis, Wav, etc...].
[1.5.1] - [02.10.2022] #
Fixes #
- [Fixed] error when reading a flac file with others files.. - Thanks @SimoneBressan
Documentation #
- Updated
README
documentation.
[1.5.0] - [01.21.2022] #
Features #
- [Added]
separateThread
parameter to[readAudios]
. Now you can change thethread
when reading the audios. - Thanks @SimoneBressan
Changes #
- [Updated] all Github links.
[1.4.0+1] - [10.26.2021] #
[1.4.0] - [10.26.2021] #
[1.3.0] - [10.23.2021] #
[1.2.0] - [10.22.2021] #
Features #
- [Added] option to search inside all folders when using
[editAudio]
on Android 10 or above. - #5 - [Added]
ALL
possible tag type. - [Added]
ALL
possible getter to[AudioModel]
. - [Created]
[ImageModel]
.
Fixes #
Documentation #
- Updated
README
documentation.
Changes #
Dart
- Changed
[readAudio]
,[readAllAudio]
and[readSpecificsAudioTags]
return type fromMap
toAudioModel
.
⚠ Important Changes #
Dart
- Now
[getImage]
a[ImageModel]
. - #1 - Now
[readAudio]
,[readAllAudio ]
and[readSpecificsAudioTags]
return type fromMap
toAudioModel
.
@Deprecated
[readAllAudio]
.- Use
[readAudio]
instead.
- Use
[getImagePath]
.- Use
[getImage]
instead.
- Use
[id]
from[AudioModel]
.
[1.1.0] - [10.20.2021] #
Features #
Dart
- [Added]
getMap
toAudioModel
. - [Added] a
DART ANALYZER
toPULL_REQUEST
andPUSH
.
Documentation #
- Updated
README
documentation. - Updated dependences.
- Updated
OnAudioEdit
andOnAudioEditExample
documentation to support new[Flutter 2.5]
. - Created
DEPRECATED
file/history.
Changes #
Dart
- Changed from
[AudiosTagModel]
to[AudioModel]
. - Removed
[IOS]
from[pubspec]
.
⚠ Important Changes #
Dart
- Deprecated
[AudiosTagModel]
from[AudioModel]
.
[1.0.2] - [04.20.2021] #
Features #
Dart/Kotlin
- Added
[deleteArtwork]
,[deleteArtworks]
and[deleteAudio]
[Currently only on Android 9 or below.]. - Added
[BITRATE]
,[FORMAT]
,[SAMPLE_RATE]
,[CHANNELS]
,[COVER_ART]
,[TYPE]
,[FIRST_ARTWORK]
to[TagType]
and[AudiosTagModel]
.
Fixes #
Kotlin
- Some fixes
Changes #
Dart/Kotlin
- Changed
[TagsType]
to[TagType]
. - Removed
[ID]
from[TagType]
.
Documentation #
- Updated
README
documentation.
[0.2.0] - [04.16.2021] #
[0.1.5] - [04.13.2021] #
Features #
Dart/Kotlin
- Added
[editAudio]
,[editAudios]
,[readSingleAudioTag]
and[readSpecificsAudioTags]
. - Added
[editAudio]
and[editAudios]
. - Added
[permissionsStatus]
,[complexPermissionStatus]
and[requestComplexPermission]
. - Added
[TagsType]
.
Extra
- Now supports
[Android 10]
and above.
Documentation #
- Updated
README
documentation. - Updated
pubspec.yaml
. - Created
README
translation section. - Created
README
translation forpt-BR
[Portuguese].