opensubtitles_hasher 1.1.1
opensubtitles_hasher: ^1.1.1 copied to clipboard
Fast OpenSubtitles hashing (128 KB only). Includes a built-in movie picker for all platforms - Android folder browser, iOS, macOS, Windows, and Linux.
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.1.1Alternatively, 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';