ios_volume_control 0.0.2 copy "ios_volume_control: ^0.0.2" to clipboard
ios_volume_control: ^0.0.2 copied to clipboard

Flutter plugin to control volume in iOS

ios_volume_control #

A new Flutter plugin to control volume in iOS

Getting Started #

Example #

Volume level example #

IosVolumeControl.getCurrentVolume().then((value){ setState(() { volume = value; }); });

Set volume example #

IosVolumeControl.setVolume(volume);

This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

Flutter plugin to control volume in iOS

Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on ios_volume_control