srt_parser 1.0.1+1 copy "srt_parser: ^1.0.1+1" to clipboard
srt_parser: ^1.0.1+1 copied to clipboard

outdated

A cross-platform, simple .srt file parser that allows you to read a String and convert it to a list of subtitle object.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add srt_parser

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

dependencies:
  srt_parser: ^1.0.1+1

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

Import it

Now in your Dart code, you can use:

import 'package:srt_parser/srt_parser.dart';
8
likes
0
pub points
1%
popularity

Publisher

unverified uploader

A cross-platform, simple .srt file parser that allows you to read a String and convert it to a list of subtitle object.

Repository
View/report issues

License

unknown (LICENSE)

More

Packages that depend on srt_parser