brim-borium / spotify_sdk

Flutter Package to connect the spotify sdk
https://pub.dev/packages/spotify_sdk
Apache License 2.0
143 stars 81 forks source link

Automatically setup android integration of the spotify_sdk #204

Closed jannisgaertner closed 7 months ago

jannisgaertner commented 7 months ago

This pull request adds support for an automatic setup of the Spotify Android SDK in a Flutter project by running a android_setup script. It includes the following commits:

These changes allow developers to easily integrate the Spotify Android SDK into their Flutter projects. The android_setup script automates the setup process by downloading the latest (or the specified) version of the spotify-app-remote.aar from the Spotify GitHub repo and by configuring the necessary gradle files.

The setup instructions in README.md are updated to include the option of using the auto-ssetup-script in android projects.

The android_cleanup script is included to remove any changes made by the android_setup script.