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:
Add android_setup script
Add http dependency and improve logging
Update Spotify Android SDK setup instructions
Add android_cleanup script
Add support for specifying SDK version in android_setup.dart
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.
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:
Add android_setup script
Add http dependency and improve logging
Update Spotify Android SDK setup instructions
Add android_cleanup script
Add support for specifying SDK version in android_setup.dart
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.