spotify_metadata 1.0.1
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
spotify_metadata #
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);
