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

outdated

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

flutter_beep #

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

import 'package:flutter_beep/flutter_beep.dart';

RaisedButton( child: Text("Beep Success"), onPressed: ()=> FlutterBeep.beep()),
RaisedButton( child: Text("Beep Fail"), onPressed: ()=> FlutterBeep.beep(false)),
RaisedButton( child: Text("Beep Android Custom"), onPressed: ()=> FlutterBeep.playSysSound(AndroidSoundIDs.TONE_CDMA_ABBR_ALERT)),
RaisedButton( child: Text("Beep somthing"), onPressed: ()=> FlutterBeep.playSysSound(41)),
RaisedButton( child: Text("Beep iOS Custom"), onPressed: ()=> FlutterBeep.playSysSound(iOSSoundIDs.AudioToneBusy)),

LICENSE: FREE

94
likes
0
pub points
96%
popularity

Publisher

verified publishergonoter.com

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

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_beep