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

Releases: LucJosin/on_audio_edit

1.5.1

10 Feb 17:40
Compare
Choose a tag to compare

Fixes

  • [Fixed] error when reading a flac file with others files.. - Thanks @SimoneBressan

Documentation

  • Updated README documentation.

1.5.0

21 Jan 16:52
Compare
Choose a tag to compare

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

26 Oct 22:17
Compare
Choose a tag to compare

Fixes

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

Documentation

  • Updated README documentation.

1.4.0

26 Oct 20:22
Compare
Choose a tag to compare

Features

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

Fixes

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

Documentation

  • Updated README documentation.

1.3.0

24 Oct 00:54
Compare
Choose a tag to compare

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

22 Oct 20:23
e9a505c
Compare
Choose a tag to compare

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

20 Oct 15:43
e6176d8
Compare
Choose a tag to compare

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

20 Apr 23:39
Compare
Choose a tag to compare

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.

Release

18 Apr 18:41
Compare
Choose a tag to compare

This is the release of the on_audio_edit plugin.

  • A Flutter Plugin used to edit audio/songs infos/tags.
  • See more in CHANGELOG