spotify_metadata

flutter dart

pub.dev/spotify_metadata

Hi! This is a lightweight⚡ package to fetch basic metadata for a spotify song or playlist from the url

To install, add to pubspec.yaml

flutter:
    sdk: flutter
  spotify_metadata: ^1.0.0

and then run flutter pub get

Calling the method

SpotifyMetadata metaData = await SpotifyApi.getData(link);

example gif

Libraries

spotify_metadata