lyrics_parser 1.0.0-nullsafety.0 copy "lyrics_parser: ^1.0.0-nullsafety.0" to clipboard
lyrics_parser: ^1.0.0-nullsafety.0 copied to clipboard

.lrc file parser and lyrics tracker.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add lyrics_parser

With Flutter:

 $ flutter pub add lyrics_parser

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  lyrics_parser: ^1.0.0-nullsafety.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:lyrics_parser/lyrics_parser.dart';
12
likes
140
points
55
downloads

Publisher

unverified uploader

Weekly Downloads

.lrc file parser and lyrics tracker.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

characters, path

More

Packages that depend on lyrics_parser