Releases: LucJosin/on_audio_query
Releases · LucJosin/on_audio_query
2.1.0
Features
on_audio_query
- The plugin now supports
[Web]
. - The plugin now utilize
[Platform interface]
package.
Web
- Added:
[querySongs]
.[queryAlbums]
.[queryArtists]
.[queryGenres]
.[queryAudiosFrom]
.[queryWithFilters]
.[queryArtwork]
.[queryDeviceInfo]
.
Documentation
- Updated
on_audio_query
documentation. - Updated
README
documentation. - Updated
PLATFORMS
documentation. - Added documentation to
Web
platform.
2.0.0
2.0.0-beta.3
See all development changes: CHANGELOG
Features
Android
- Now ALL methods will only
"query"
if has permission toREAD
.
Fixes
Android
- Fixed no value returning when using
[requestPermission]
.
Documentation
- Updated
README
documentation. - Added more documentation to
Android
platform.
2.0.0-beta.2
See all development changes: CHANGELOG
Features
IOS
- Now ALL methods will only
"query"
if has permission tolibrary
. - Added
[addToPlaylist]
.
Dart
- Added
[author]
and[desc]
arguments to[createPlaylist]
. (IOS only)
Fixes
IOS
- Fixed crash when using
[queryArtwork]
. - Fixed wrong
[id]
value returning from[PlaylistModel]
.
Documentation
- Updated
README
documentation.
2.0.0-beta.1
See all development changes: CHANGELOG
Features
IOS
- Added
[queryArtwork]
.
Fixes
Kotlin
- Fixed
error
when building to[Android]
.
IOS
- Fixed wrong
[duration]
,[dateAdded]
and[bookmark]
values returning from[SongModel]
.
Documentation
- Updated
on_audio_query
documentation. - Updated
README
documentation. - Updated
DEPRECATED
documentation. - Added documentation to
IOS
platform.
⚠ Important Changes
@deprecated
[artwork]
from[QueryArtworkWidget]
.[deviceSDK]
from[QueryArtworkWidget]
.[requestPermission]
from[QueryArtworkWidget]
.
2.0.0-beta.0
See all development changes: CHANGELOG
Features
on_audio_query
- Added a
DART ANALYZER
toPULL_REQUEST
andPUSH
.
Documentation
- Updated
on_audio_query
documentation. - Updated
README
documentation. - Updated
DEPRECATED
documentation. - Created
PLATFORMS
file.
⚠ Important Changes
Dart
- Now ALL methods has
Named Optional
arguments. - Changed
[queryArtworks]
to[queryArtwork]
.
@deprecated
[requestPermission]
argument from ALL methods.[queryAudios]
.[artwork]
from[SongModel]
.[path]
from[querySongs]
.
1.2.0
1.1.3+1
[1.1.3+1]
Fixes
Kotlin
- Fixed
[Kotlin]
issue when installing the plugin.
Documentation
- Updated
README
documentation.
Changes
Kotlin
- Downgraded some
[Kotlin]
dependencies.
[1.1.3]
Fixes
Kotlin
- Fixed
[cursor]
problem when using[AudiosFromType.GENRE_NAME]
or[AudiosFromType.GENRE_ID]
on[queryAudiosFrom]
. - Fixed #16 and Fixed #12
Documentation
- Updated
README
documentation.
Changes
Kotlin
- Updated some
[Kotlin]
dependencies.
1.1.2
1.1.1
Features
Dart/Kotlin
- Added
[uri]
to[SongModel]
. - Added #10
Fixes
Kotlin
- Fixed
java.lang.Integer cannot be cast to java.lang.Long
from[queryArtworks]
. - Fixed #11
Documentation
- Updated
README
documentation. - Created
DEPRECATED
file/history.
Changes
Dart
- Changed from
[deviceInfo]
to[deviceSDK]
on[QueryArtworkWidget]
.
⚠ Important Changes
Dart
- Deprecated
[deviceInfo]
from[QueryArtworkWidget]
.