player_notification 0.0.1 copy "player_notification: ^0.0.1" to clipboard
player_notification: ^0.0.1 copied to clipboard

A Flutter plug-in for displaying the music player controller in the notification bar.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add player_notification

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

dependencies:
  player_notification: ^0.0.1

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:player_notification/player_notification.dart';
2
likes
120
points
19
downloads

Publisher

verified publisherflutter-online.top

Weekly Downloads

A Flutter plug-in for displaying the music player controller in the notification bar.

Documentation

API reference

License

MPL-2.0 (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on player_notification