Releases: brim-borium/spotify_sdk
Releases · brim-borium/spotify_sdk
spotify_sdk 2.0.0
What's Changed
- Update packages and enable null safety by @brim-borium in #76
Full Changelog: 1.0.2...2.0.0
spotify_sdk 1.0.2
spotify_sdk 1.0.1
What's Changed
- Web PKCE auth flow bugfix. by @itsMatoosh in #62
- Bump flutter-action version by @fotiDim in #72
- Adding asRadio and scope parameters by @nishiths23 in #70
- Remove sample credentials and improve configuration experience by @fotiDim in #71
- Feature/update packages by @brim-borium in #74
New Contributors
- @nishiths23 made their first contribution in #70
Full Changelog: 1.0.0...1.0.1
spotify_sdk 1.0.0
What's Changed
- Resolve ios issues on flutter side by @fotiDim in #22
- Feature/integrate ios sdk reworked by @brim-borium in #7
- ObjC conversion by @fotiDim in #25
- Convert back to swift by @fotiDim in #27
- Feature/display player state ios by @fotiDim in #28
- Updates the main workflow to include code coverage and deeper dart analysis by @brim-borium in #29
- Add effective_dart as linter base. by @Joran-Dob in #31
- Update CONTRIBUTING.md by @brim-borium in #30
- Connection and disconnection events in the web implementation by @itsMatoosh in #33
- Implement iOS authentication and streams by @fotiDim in #34
- Adapt to breaking change in the android Spotify SDK by @itsMatoosh in #38
- Add iOS player and library functions by @fotiDim in #35
- Feature/ios remaining player api functions by @fotiDim in #37
- Fetch iOS SDK automatically by @fotiDim in #40
- Rename logout() to disconnect() by @fotiDim in #43
- Change wget to curl command in prepare-iOS-SDK, as wget is not available in MacOS by default. by @itsMatoosh in #44
- Improve Spotify connection logic on iOS by @fotiDim in #46
- Streamline iOS connection & token flow by @fotiDim in #49
- Update spotify_sdk_web.dart by @itsMatoosh in #52
- Implement SetToggle and SetRepeat for Android by @Joran-Dob in #54
- Update the spotify sdks in the example app by @brim-borium in #57
- Implement the SetRepeat and SetShuffle methods on the web. by @itsMatoosh in #60
- Improving pub.dev score by @brim-borium in #42
- Implemented the PKCE authorization flow for the web platform. by @itsMatoosh in #61
- Release 1.0.0 by @brim-borium in #59
Full Changelog: 0.5.0...1.0.0
spotify_sdk 0.5.0
What's Changed
- Added Flutter Web support by @itsMatoosh in #9
- Add custom Spotify scopes for Web API by @arnav-sh in #21
New Contributors
Full Changelog: 0.3.4...0.5.0
spotify_sdk 0.3.4
What's Changed
- Hotfix/handle unexpected disconnects by @itsMatoosh in #18
- Adds unexpected disconnects handling by @brim-borium in #16
Full Changelog: 0.3.3...0.3.4
spotify_sdk 0.3.3
What's Changed
- Implemented getImage and Fixed JSON keys on track class by @eddwhite in #12
- fixes throwable message handling for android by @brim-borium in #15
New Contributors
Full Changelog: 0.3.2...0.3.3
spotify_sdk 0.3.2
- fixes compatibility with spotify-auth dependency above version 1.2.0 (thanks itsMatoosh)
- spotify introduced some breaking changes: Rename classes from Authentication
ClassName
to AuthorizationClassName
- spotify introduced some breaking changes: Rename classes from Authentication
What's Changed
- Fixed compatibility with spotify-auth dependency above version 1.2.0 by @itsMatoosh in #8
Full Changelog: 0.3.1...0.3.2
spotify_sdk 0.3.1
- fixes wrong links and incorrect docs
spotify_sdk 0.3.0
- android user api implementation finished
- remove from library
- subscribe to user status
- subscribe to capabilities
- get librarystate
- updated package references