Skip to content

isaacmuxic/christian_lyrics

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 90.3%
  • Ruby 4.0%
  • Kotlin 2.7%
  • Swift 1.7%
  • Objective-C 1.3%