This repository was archived by the owner on Aug 16, 2025. It is now read-only.
Releases: LucJosin/on_audio_query
Releases · LucJosin/on_audio_query
v2.9.0
v2.8.1
v2.8.0
v2.7.0
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
200using[queryArtwork].
Changes
- Updated example.
- Renamed natives files/folders.
- Reduced the default
artworkresolution (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
qualityparam from[QueryArtworkWidget].- This param cannot be defined as null anymore and, by default, will be set to
50.
- This param cannot be defined as null anymore and, by default, will be set to
- Updated minimum supported Dart version.
- Increase minimum version from
2.12to2.17.
- Increase minimum version from
2.6.2
2.6.1
2.6.0
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
READMEdocumentation. - Updated
DEPRECATEDdocumentation. - Updated
PLATFORMSdocumentation. - Updated some
brokenlinks.