flutter_audio_query 0.3.4+1 flutter_audio_query: ^0.3.4+1 copied to clipboard
Flutter plugin to query data about artists, albums, songs, genres and playlists from device storage.
0.3.4+1 #
- QUICK FIX Using V2 embedding Flutter API.
0.3.3 #
- Bug fix: Fixing the wrong 'numberOfSongs' property value when load albums using getAlbumsFromArtist method.
0.3.2 #
-
Breaking change: The methods "getAlbumsFromGenre", "getAlbumsFromArtist", "getSongsFromArtist", "getSongsFromAlbum", "getSongsFromArtistAlbum", "getSongsFromGenre" and "getArtistsFromGenre" now is using a string name parameter instead respective DataModel classes GenreInfo, ArtistInfo and AlbumInfo.
-
Now is possible fetch multiple ArtistInfo objects using the method "getArtistsById".
-
BUG FIX: Fixing isMusic and methods like cast issue.
0.2.1 #
-
Breaking change: Now getSongsFromAlbum don't take an ArtistInfo in parameter. If you want to get all songs from an specific album you can use getSongsFromAlbum method. But if you want to get all songs from an specific album from an specific artist do this with getSongsFromArtistAlbum method.
-
Now is possible fetch songs by ID's with getSongsById method.
-
Now is possible fetch albums by ID's with getAlbumsById method.
0.1.1 #
- Bug fix: Before this fix, getGenre method was returning genres that has no one data related, no one artist, album or a song. Now getGenre calls return only genres which at least one artist, album or song appears.
0.1.0 #
- Documentation completed
0.0.1 #
- Initial Release