flutter_spotify_remote 0.0.1
flutter_spotify_remote: ^0.0.1 copied to clipboard
A Flutter plugin for Spotify App Remote SDK. Control Spotify playback, subscribe to player state, and manage authentication on iOS (SDK v5.0.1) and Android. No bundled frameworks — uses CocoaPods on iOS.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add flutter_spotify_remoteWith Flutter:
$ flutter pub add flutter_spotify_remoteThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
flutter_spotify_remote: ^0.0.1Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:flutter_spotify_remote/flutter_spotify_remote.dart';