基督教歌词
一个 Flutter 插件,允许你构建类似歌词 srt 的歌曲。
入门
srt 文件格式
1
00:05:00,400 --> 00:05:15,300
This is an example of
a subtitle.
2
00:05:16,400 --> 00:05:25,300
This is an example of
a subtitle - 2nd subtitle.
如何使用
final christianLyrics = ChristianLyrics();
christianLyrics.setLyricContent(lyricText);
//Build widget
christianLyrics.getLyric(context, isPlaying: true);
