flutter_beep_plus 0.0.3 copy "flutter_beep_plus: ^0.0.3" to clipboard
flutter_beep_plus: ^0.0.3 copied to clipboard

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

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"), 
);
1
likes
160
points
48
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on flutter_beep_plus