100lvlmaster / spotify_metadata

A lightweight Flutter package to fetch basic oembed data for spotify songs and videos.

Home Page:https://pub.dev/packages/spotify_metadata

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spotify_metadata

flutter dart

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

About

A lightweight Flutter package to fetch basic oembed data for spotify songs and videos.

https://pub.dev/packages/spotify_metadata

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Dart 74.3%Language:HTML 18.7%Language:Swift 5.0%Language:Kotlin 1.5%Language:Objective-C 0.5%