subtitle_toolkit 0.0.2 copy "subtitle_toolkit: ^0.0.2" to clipboard
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';
2
likes
155
points
19
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for parsing, manipulating, and managing subtitle files. Supports SRT format with features like timing adjustments, speed modifications, and subtitle merging.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

dartz, equatable, flutter, http

More

Packages that depend on subtitle_toolkit