libmpv_dart 0.0.1 copy "libmpv_dart: ^0.0.1" to clipboard
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';
1
likes
0
points
215
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter FFI plugin for libmpv that provides Dart bindings for libmpv.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

archive, collection, ffi, flutter, http, package_config, path, plugin_platform_interface

More

Packages that depend on libmpv_dart