Skip to content

1.1.0

Compare
Choose a tag to compare
@LucJosin LucJosin released this 03 Jun 22:12
· 130 commits to main since this release

Features

Dart/Kotlin

  • Added [queryDeviceInfo].
  • Added [dateModified] to [SongModel].
  • Added [querySongsBy] and [SongsByType].

Fixes

Kotlin

Dart

  • Fixed wrong name. From [dataAdded] to [dateAdded].

Documentation

  • Updated README documentation.
  • Updated [OnAudioQueryExample] to add new [queryDeviceInfo] and [QueryArtworkWidget] methods.

Changes

Kotlin

  • Updated some [Kotlin] dependencies.
  • Changed some [Kotlin] methods.

⚠ Important Changes

Dart

  • Now [getDeviceSDK], [getDeviceRelease] and [getDeviceCode] are part of [queryDeviceInfo].
  • Now [QueryArtworkWidget] support Android above and below 29/Q/10.
  • Now [size], [albumId], [artistId], [dataAdded], [dataModified], [duration], [track] and [year] from [SongModel] will return [int].