volume_util 0.0.4 copy "volume_util: ^0.0.4" to clipboard
volume_util: ^0.0.4 copied to clipboard

A flutter plugin to config and monitor volume. Support Android and iOS platform.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add volume_util

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

dependencies:
  volume_util: ^0.0.4

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_util/volume_util.dart';
3
likes
160
pub points
53%
popularity

Publisher

verified publisherzyzdev.dev

A flutter plugin to config and monitor volume. Support Android and iOS platform.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, volume_util_android, volume_util_ios, volume_util_platform_interface

More

Packages that depend on volume_util