playify 1.1.1 playify: ^1.1.1 copied to clipboard
Playify is a Flutter plugin for playing music and fetching music metadata. Currently supports only iOS.
1.1.1 #
- Added Release Year and Genre for each song.
1.1.0+1 #
- Fixed an issue where the album covers would not be resized.
1.1.0 #
### Breaking Changes:
- The cover art now returns as binary data (List
1.0.0+2 #
- Added isPlaying() to check if a song is currently playing.
1.0.0+1 #
- Added returning null if no song was playing.
1.0.0 #
- Stable release.
0.0.3 #
- Added shuffle and repeat.
- Added setting and getting playback time.
- Added seeking forward and backward.
0.0.2 #
- Minor code formatting changes
- Added return values for non-iOS devices
0.0.1 #
- Initial release.
- Currently only iOS supported.