yuko1101 / dart-lyrics

Dart package to fetch lyrics for a given song

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lyrics

Usage

Simple Example

final String artistName = "ADF Samski";
final String trackName = "No hook 3";

final String lyrics = await Lyrics().getLyrics(artist: artistName, track: trackName);

License

BSD 3-Clause License

About

Dart package to fetch lyrics for a given song

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


Languages

Language:Dart 100.0%