Skip to content

Commit

Permalink
release v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brim-borium committed Nov 28, 2021
1 parent 8a082e2 commit 7a1def0
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 2.2.0
* iOS and Android
* adds SkipToIndex and getCapabilities
* adds isSpotifyAppActive
* adds getLibraryState on iOS
* Switch to native Spotify iOS XCFramework
* fixes android json mapping error on release builds
* fixes skipPrevious on iOS
* web
* adds use accessToken which implies reusing _spotifyToken from getAuthenticationToken
* adds optional tokenSwapURL and tokenRefreshURL for Authorization Code (without PKCE)
* adds support for track relinking
* fixes browser autoplay error
* updates libraries
* updates documentation

## 2.1.0
* BREAKING: setShuffle now does not expect a named argument
* fixes accessToken being ignored in connectToSpotify()
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# spotify_sdk

[![pub package](https://img.shields.io/badge/pub-2.1.0-orange)](https://pub.dev/packages/spotify_sdk)
[![pub package](https://img.shields.io/badge/pub-2.2.0-orange)](https://pub.dev/packages/spotify_sdk)
[![build](https://github.com/brim-borium/spotify_sdk/workflows/spotify_sdk/badge.svg?branch=master)](https://github.com/brim-borium/spotify_sdk/actions?query=workflow%3Aspotify_sdk)
[![licence](https://img.shields.io/badge/licence-MIT-blue.svg)](https://github.com/IamTobi/spotify_sdk/blob/master/LICENSE)

Expand Down
1 change: 0 additions & 1 deletion example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import 'dart:typed_data';

import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import 'package:flutter/widgets.dart';
import 'package:flutter_dotenv/flutter_dotenv.dart';
import 'package:logger/logger.dart';
import 'package:spotify_sdk/models/connection_status.dart';
Expand Down
1 change: 0 additions & 1 deletion example/lib/widgets/sized_icon_button.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import 'package:flutter/material.dart';
import 'package:flutter/widgets.dart';

///Custom IconButton
///with a [VoidCallback]
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: spotify_sdk
description: A flutter plugin that let's you communicate with the spotify sdk and auth lib
version: 2.1.0
version: 2.2.0
homepage: https://github.com/brim-borium/spotify_sdk
issue_tracker: https://github.com/brim-borium/spotify_sdk/issues

Expand Down

0 comments on commit 7a1def0

Please sign in to comment.