Skip to content

A very lite module to play system sounds and beep for flutter apps (no sound files)

License

Notifications You must be signed in to change notification settings

bimoajif/flutter_beep_plus

 
 

Repository files navigation

flutter_beep_plus

A fork to flutter_beep plugin. A very lite module to play system sounds and beep for flutter apps (no sound files).

Android iOS Linux macOS Web Windows
Support

Usage

import 'package:flutter_beep/flutter_beep.dart';

final _flutterBeepPlusPlugin = FlutterBeepPlus();

ElevatedButton(
    onPressed: ()=> _flutterBeepPlusPlugin.playSysSound(AndroidSoundID.TONE_CDMA_ABBR_ALERT),
    child: Text("Beep Android Custom"), 
);

About

A very lite module to play system sounds and beep for flutter apps (no sound files)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dart 67.2%
  • Kotlin 15.8%
  • Swift 9.7%
  • Ruby 7.1%
  • Objective-C 0.2%