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

PlatformAndroid

Android package for playing looping background audio via FCM push notifications. Perfect for critical alerts requiring continuous audio until user interaction.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add generic_audio_notification

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

dependencies:
  generic_audio_notification: ^1.0.0

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:generic_audio_notification/generic_audio_notification.dart';
0
likes
150
points
110
downloads

Publisher

unverified uploader

Weekly Downloads

Android package for playing looping background audio via FCM push notifications. Perfect for critical alerts requiring continuous audio until user interaction.

Repository (GitHub)
View/report issues

Topics

#fcm #push-notifications #audio #foreground-service #android

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter, flutter_local_notifications, plugin_platform_interface

More

Packages that depend on generic_audio_notification

Packages that implement generic_audio_notification