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

outdated

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

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add volume_control

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

dependencies:
  volume_control: ^0.1.0

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:volume_control/volume_control.dart';
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