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
READMEdocumentation.
1.5.0 [01.21.2022] #
Features #
- [Added]
separateThreadparameter to[readAudios]. Now you can change thethreadwhen 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]
ALLpossible tag type. - [Added]
ALLpossible getter to[AudioModel]. - [Created]
[ImageModel].
Fixes #
Documentation #
- Updated
READMEdocumentation.
Changes #
Dart
- Changed
[readAudio],[readAllAudio]and[readSpecificsAudioTags]return type fromMaptoAudioModel.
⚠ Important Changes #
Dart
- Now
[getImage]a[ImageModel]. - #1 - Now
[readAudio],[readAllAudio ]and[readSpecificsAudioTags]return type fromMaptoAudioModel.
@Deprecated
[readAllAudio].- Use
[readAudio]instead.
- Use
[getImagePath].- Use
[getImage]instead.
- Use
[id]from[AudioModel].
1.1.0 [10.20.2021] #
Features #
Dart
- [Added]
getMaptoAudioModel. - [Added] a
DART ANALYZERtoPULL_REQUESTandPUSH.
Documentation #
- Updated
READMEdocumentation. - Updated dependences.
- Updated
OnAudioEditandOnAudioEditExampledocumentation to support new[Flutter 2.5]. - Created
DEPRECATEDfile/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
READMEdocumentation.
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
READMEdocumentation. - Updated
pubspec.yaml. - Created
READMEtranslation section. - Created
READMEtranslation forpt-BR[Portuguese].