0 purchases
spotify metadata
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
copied to clipboard
and then run flutter pub get
Calling the method #
SpotifyMetadata metaData = await SpotifyApi.getData(link);
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.