libmpv_dart 0.0.3
libmpv_dart: ^0.0.3 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 Flutter:
$ flutter pub add libmpv_dart
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
libmpv_dart: ^0.0.3
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: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';
import 'package:libmpv_dart/video/audio_params.dart';
import 'package:libmpv_dart/video/video_params.dart';