flutter_beep_new 1.2.0
flutter_beep_new: ^1.2.0 copied to clipboard
Play system beeps and tones on Android and iOS without bundling sound files. Lightweight fork of flutter_beep with modern Gradle, Kotlin, and Swift Package Manager support.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_beep_newThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_beep_new: ^1.2.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:flutter_beep_new/flutter_beep_new.dart';