flutter_media_controller 1.0.0 copy "flutter_media_controller: ^1.0.0" to clipboard
flutter_media_controller: ^1.0.0 copied to clipboard

A Flutter plugin to control media playback on Android.

flutter_media_controller #

Helps control media from Android Devices

Getting Started #

Add the following to your project to use this

<service
android:name="com.example.flutter_media_controller.MediaNotificationListener"
android:permission="android.permission.BIND_NOTIFICATION_LISTENER_SERVICE"
android:exported="false">
<intent-filter>
<action android:name="android.service.notification.NotificationListenerService" />
</intent-filter>
</service>
8
likes
0
points
29
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin to control media playback on Android.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on flutter_media_controller

Packages that implement flutter_media_controller