flutter_audio_query 0.3.3 copy "flutter_audio_query: ^0.3.3" to clipboard
flutter_audio_query: ^0.3.3 copied to clipboard

outdated

Flutter plugin to query data about artists, albums, songs, genres and playlists from device storage.

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
94
likes
0
pub points
85%
popularity

Publisher

unverified uploader

Flutter plugin to query data about artists, albums, songs, genres and playlists from device storage.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_audio_query