opensubtitles_hasher 1.2.0
opensubtitles_hasher: ^1.2.0 copied to clipboard
Fast OpenSubtitles hashing (128 KB only). Built-in movie picker for all platforms. Android: Play-safe system Documents default, optional SAF branded folder browser, legacy MediaStore when the host dec [...]
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.2.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';