volume_control 0.0.1 copy "volume_control: ^0.0.1" to clipboard
volume_control: ^0.0.1 copied to clipboard

outdated

A flutter plugin to programmatically adjust the device's volume on Android and iOS.

volume_control #

A flutter plugin to programmatically adjust the device's volume on Android and iOS.

Example #

// Import package
import 'package:volume_control/volume_control.dart';

// Get the current volume, min=0, max=1
double _val = await VolumeControl.volume;

// Set the new volume value
VolumeControl.setVolume(0.4);

#

21
likes
0
pub points
90%
popularity

Publisher

unverified uploader

A flutter plugin to programmatically adjust the device's volume on Android and iOS.

Homepage

License

unknown (license)

Dependencies

flutter

More

Packages that depend on volume_control