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

outdated

A new Flutter project.

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

11
likes
0
pub points
51%
popularity

Publisher

unverified uploader

A new Flutter project.

License

unknown (LICENSE)

Dependencies

async, csslib, flutter, meta

More

Packages that depend on christian_lyrics