flutter_spotify_remote 0.0.2
flutter_spotify_remote: ^0.0.2 copied to clipboard
A Flutter plugin for Spotify App Remote SDK. Control playback, subscribe to player state, and manage auth on iOS and Android.
0.0.2 #
- iOS improvements and bug fixes
0.0.1 #
- Initial release
- iOS support via Spotify iOS SDK v5.0.1 (CocoaPods — no bundled xcframework)
- Android support via Spotify Android App Remote SDK (.aar)
- Playback control: play, pause, resume, skip next/previous, seek, shuffle, repeat
- Real-time
Stream<SpotifyEvent>for player state and connection changes SpotifyAccessTokenEventfor Flutter-side token persistence (iOS)- Typed exceptions:
SpotifyNotInstalledException,SpotifyAuthException,SpotifyConnectionException,SpotifyCommandException