subtitle_toolkit 0.0.2
subtitle_toolkit: ^0.0.2 copied to clipboard
A Flutter package for parsing, manipulating, and managing subtitle files. Supports SRT format with features like timing adjustments, speed modifications, and subtitle merging.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add subtitle_toolkit
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
subtitle_toolkit: ^0.0.2
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:subtitle_toolkit/subtitle_toolkit.dart';