generic_audio_notification 1.0.0
generic_audio_notification: ^1.0.0 copied to clipboard
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_notificationThis 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.0Alternatively, 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';