dart_spotify_api 1.1.0 copy "dart_spotify_api: ^1.1.0" to clipboard
dart_spotify_api: ^1.1.0 copied to clipboard

unlisted

Spotify API interaction tool in Dart, providing seamless integration and easy access to Spotify's music data and features.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dart_spotify_api

With Flutter:

 $ flutter pub add dart_spotify_api

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  dart_spotify_api: ^1.1.0

Alternatively, 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:dart_spotify_api/dart_spotify_api.dart';
1
likes
130
points
28
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Spotify API interaction tool in Dart, providing seamless integration and easy access to Spotify's music data and features.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

dio, flutter_secure_storage, oauth2_client

More

Packages that depend on dart_spotify_api