spotify_metadata 1.0.1 copy "spotify_metadata: ^1.0.1" to clipboard
spotify_metadata: ^1.0.1 copied to clipboard

A lightweight⚡ Flutter package that can fetch basic oembed data from a spotify song or playlist url including thumbanail url

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add spotify_metadata

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

dependencies:
  spotify_metadata: ^1.0.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:spotify_metadata/spotify_metadata.dart';
8
likes
140
points
8
downloads

Publisher

unverified uploader

Weekly Downloads

A lightweight⚡ Flutter package that can fetch basic oembed data from a spotify song or playlist url including thumbanail url

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, http

More

Packages that depend on spotify_metadata