opensubtitles_hasher 1.0.0
opensubtitles_hasher: ^1.0.0 copied to clipboard
Fast, cross-platform OpenSubtitles hashing. Reads only 128 KB regardless of file size. Uses native code on Android for zero-copy content URI access.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add opensubtitles_hasherThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
opensubtitles_hasher: ^1.0.0Alternatively, 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:opensubtitles_hasher/opensubtitles_hasher.dart';