christian_lyrics 0.0.4 copy "christian_lyrics: ^0.0.4" to clipboard
christian_lyrics: ^0.0.4 copied to clipboard

Flutter plugin for lyrics srt type of song.

christian_lyrics #

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

Getting Started #

srt file format #

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.

How to use #

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

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

Demo #

Demo

10
likes
90
pub points
55%
popularity

Publisher

unverified uploader

Flutter plugin for lyrics srt type of song.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

async, csslib, flutter, meta

More

Packages that depend on christian_lyrics