Press ESC to close

Flutter App : Flutter plugin that allows you build lyrics srt type of song

christian_lyrics

Flutter plugin that allows you build lyrics srt type of song.

Getting Started

srt file format

final christianLyrics = ChristianLyrics();
christianLyrics.setLyricContent(lyricText);

//Build widget
christianLyrics.getLyric(context, isPlaying: true);

Demo

Demo

GitHub

View Github

Footer Example