Skip to content

Releases: LucJosin/on_audio_query

v2.9.0

15 May 23:34
90e9ab8
Compare
Choose a tag to compare

Features

  • Added support to Dart 3.

v2.8.1

26 Apr 15:27
ef0e51b
Compare
Choose a tag to compare

Fixes

  • Fixed broken pubspec links. - #115

iOS

  • Fixed wrong name of podspec in iOS. - #116

Changes

  • Updated dart-analyzer to support cache
  • Updated README

v2.8.0

13 Apr 13:26
f6336e6
Compare
Choose a tag to compare

Features

  • Added showDetailedLog.

Changes

  • Moved android and ios into separated folders.
  • Replaced /details with /src.

⚠ Important Changes

Android

  • Updated kotlin version from 1.4.32 to 1.6.10. - #110
  • Updated kotlin coroutines version from 1.5.2-native-mt to 1.6.4.

v2.7.0

29 Mar 20:07
Compare
Choose a tag to compare

Features

  • Added [LogType].
  • Added [LogConfig].
  • Added [PermissionController] (Native)
  • Added [PluginProvider] (Native)
  • Added [setLogConfig] method.
  • Added [checkAndRequest] method.
  • Added [controller] to [QueryArtworkWidget].
  • Added [retryRequest] param to [checkAndRequest] and [permissionsRequest].

Fixes

Android

  • Fixed crash after request permission. - #68
  • Fixed quality always being sent as 200 using [queryArtwork].

Changes

  • Updated example.
  • Renamed natives files/folders.
  • Reduced the default artwork resolution (from 100 to 50).
  • Updated [QueryArtworkWidget] params.
  • Updated quality assert on [QueryArtworkWidget].

⚠ Important Changes

  • Updated application permission check.
    • If application doesn't have permission to access the library, will throw a PlatformException.
  • Updated quality param from [QueryArtworkWidget].
    • This param cannot be defined as null anymore and, by default, will be set to 50.
  • Updated minimum supported Dart version.
    • Increase minimum version from 2.12 to 2.17.

2.6.2

08 Mar 18:55
Compare
Choose a tag to compare

[2.6.2] - [03.03.2023]

Fixes

Android

2.6.1

17 May 16:42
Compare
Choose a tag to compare

Fixes

Android

  • [Fixed] incompatibility with Flutter 3. - #78

2.6.0

02 Feb 10:43
Compare
Choose a tag to compare

Features

  • [Added] [scanMedia] method that will scan the given path and update the [Android] MediaStore.

Fixes

  • [Fixed] media showing when calling [querySongs] even after deleting with [dart:io]. - #67

Changes

  • [Updated] some required packages.

Documentation

  • Updated README documentation.
  • Updated DEPRECATED documentation.
  • Updated PLATFORMS documentation.
  • Updated some broken links.

2.5.3+1

21 Jan 16:40
Compare
Choose a tag to compare

Changes

  • [Updated] all Github links.

2.5.3

10 Nov 20:09
Compare
Choose a tag to compare

Fixes

IOS

  • [Fixed] song/artist/album from Apple Music returning when 'querying' - #61
  • [Fixed] wrong artistId returning from [AlbumModel] - #60

Documentation

  • Updated README documentation.

2.5.2

25 Oct 14:19
Compare
Choose a tag to compare

Fixes

Android

  • [Fixed] wrong value returning from: - #56
    • [is_music].
    • [is_alarm].
    • [is_notification].
    • [is_ringtone].
    • [is_podcast].
    • [is_audiobook].

Documentation

  • Updated README documentation.