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);