flutter_sound_button 0.1.1 copy "flutter_sound_button: ^0.1.1" to clipboard
flutter_sound_button: ^0.1.1 copied to clipboard

A customizable Flutter button widget that plays sound effects on press.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_sound_button

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flutter_sound_button: ^0.1.1

Alternatively, 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_sound_button/flutter_sound_button.dart';
1
likes
145
points
94
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A customizable Flutter button widget that plays sound effects on press.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, just_audio

More

Packages that depend on flutter_sound_button