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

outdated

A Flutter audio/volume plugin which provides easy access to volume/audio related info.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add real_volume

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

dependencies:
  real_volume: ^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:real_volume/real_volume.dart';
18
likes
0
points
5.17k
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter audio/volume plugin which provides easy access to volume/audio related info.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on real_volume