libmpv_dart 0.0.1
libmpv_dart: ^0.0.1 copied to clipboard
A Flutter FFI plugin for libmpv that provides Dart bindings for libmpv.
Use this package as an executable
Install it
You can install the package from the command line:
dart pub global activate libmpv_dart
Use it
The package has the following executables:
$ setup
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add libmpv_dart
With Flutter:
$ flutter pub add libmpv_dart
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
libmpv_dart: ^0.0.1
Alternatively, your editor might support dart pub get
or flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:libmpv_dart/gen/bindings.dart';
import 'package:libmpv_dart/libmpv.dart';
import 'package:libmpv_dart/library.dart';
import 'package:libmpv_dart/other.dart';
import 'package:libmpv_dart/player.dart';