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

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: ^1.0.8

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';
13
likes
140
pub points
90%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on real_volume