mpris 1.1.0 copy "mpris: ^1.1.0" to clipboard
mpris: ^1.1.0 copied to clipboard

A library to interface D-Bus MPRIS media players on linux systems.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add mpris

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  mpris: ^1.1.0

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:mpris/mpris.dart';
2
likes
90
pub points
23%
popularity

Publisher

unverified uploader

A library to interface D-Bus MPRIS media players on linux systems.

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

dbus

More

Packages that depend on mpris