on_audio_edit 1.5.1 copy "on_audio_edit: ^1.5.1" to clipboard
on_audio_edit: ^1.5.1 copied to clipboard

discontinuedreplaced by: audiotags
PlatformAndroid

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 the thread when reading the audios. - Thanks @SimoneBressan

Changes #

  • [Updated] all Github links.

[1.4.0+1] - [10.26.2021] #

Fixes #

  • [Fixed] wrong value returning from [getUri].

Documentation #

  • Updated README documentation.

[1.4.0] - [10.26.2021] #

Features #

  • [Added] original parameter to [getUri]. Now you can get a original or modified path. - #10

Fixes #

  • [Fixed] error when trying to read a Flac file. - #11
  • [Fixed] error when trying to read a file without artwork. - #12

Documentation #

  • Updated README documentation.

[1.3.0] - [10.23.2021] #

Features #

  • [Added] [getUri] used to retrive the user selected folder path. - #10

Fixes #

  • [Fixed] wrong value returning from String parameters when using any read method that require [AudioModel]. - #9

Documentation #

  • Updated README documentation.

[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 #

  • [Fixed] no ALBUM tag in TagType. - #2
  • [Fixed] bug with permission methods. - #4

Documentation #

  • Updated README documentation.

Changes #

Dart

  • Changed [readAudio], [readAllAudio] and [readSpecificsAudioTags] return type from Map to AudioModel.

⚠ Important Changes #

Dart

  • Now [getImage] a [ImageModel]. - #1
  • Now [readAudio], [readAllAudio ] and [readSpecificsAudioTags] return type from Map to AudioModel.

@Deprecated

  • [readAllAudio].
    • Use [readAudio] instead.
  • [getImagePath].
    • Use [getImage] instead.
  • [id] from [AudioModel].

[1.1.0] - [10.20.2021] #

Features #

Dart

  • [Added] getMap to AudioModel.
  • [Added] a DART ANALYZER to PULL_REQUEST and PUSH.

Documentation #

  • Updated README documentation.
  • Updated dependences.
  • Updated OnAudioEdit and OnAudioEditExample 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.

[1.0.0] - [04.18.2021] #

Release #

  • [on_audio_edit] release.

[0.2.0] - [04.16.2021] #

Features #

Dart/Kotlin

  • Added [editArtwork] and [editAllAudio].
  • Added [resetComplexPermission].
  • Added [getImagePath].
  • Added [LENGTH] to [TagsType].

Fixes #

Kotlin

  • Some fixes

Documentation #

  • Updated README documentation.

[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 for pt-BR [Portuguese].

[0.0.1] - [04.12.2021] #

Features #

Dart/Kotlin

  • Created the base for the plugin.
18
likes
130
pub points
72%
popularity

Publisher

verified publisherlucasjosino.com

Flutter Plugin used to edit and read audios/songs infos/tags [Mp3, OggVorbis, Wav, etc...].

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on on_audio_edit