spotikit 1.0.0
spotikit: ^1.0.0 copied to clipboard
Flutter plugin for Spotify integration with Android App Remote and Web API support.
1.0.0 #
🎉 First Stable Release - January 23, 2026 #
This marks the first stable release of Spotikit! The plugin is now production-ready for Android.
Features
- Authentication: Full Authorization Code flow with automatic token refresh
- Playback Control: Play, pause, resume, skip, previous, seek, and relative skip (forward/backward)
- Realtime Playback State: Stream-based playback state updates with track info, progress, and pause status
- Search & Play: One-shot search functionality to find and play tracks
- Full Track Metadata: Rich metadata via Spotify Web API (album, images, popularity, etc.)
- Centralized Logging: Built-in logging for debugging and diagnostics
Platform Support
- ✅ Android (App Remote SDK + Web API)
- ⏳ iOS (planned for future release)
Highlights
- Clean Dart API with stream-based state management
- Automatic token lifecycle management
- Easy-to-use initialization scripts for Android setup
- Comprehensive documentation and example app
Breaking Changes from 0.x
- None - this is the first stable API