sound_library 0.0.8 copy "sound_library: ^0.0.8" to clipboard
sound_library: ^0.0.8 copied to clipboard

outdated

Easy UI sounds to directly use in your app through mis develop sound library database

Features #

Easy Free UI sounds library for your app

Getting started #

Add this import line

import 'package:sound_library/sound_library.dart';

Usage #

Play a sound from the library

  SoundPlayer.i.play(Sounds.click);

Check if audio is enabled locally

  bool enabled = SoundPlayer.i.checkAudioEnabled();

Enable/disable sounds

  SoundPlayer.i.setAudioEnabled(true/false);

Additional information #

This package assumes corresponding permissions depending on platform

6
likes
0
pub points
77%
popularity

Publisher

verified publishermisdevelop.app

Easy UI sounds to directly use in your app through mis develop sound library database

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

audioplayers, flutter, http, storage_manager

More

Packages that depend on sound_library