call_sound_controller 0.0.1
call_sound_controller: ^0.0.1 copied to clipboard
A Flutter plugin to control the call volume on Android. Get current, max volume and set volume programmatically.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add call_sound_controllerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
call_sound_controller: ^0.0.1Alternatively, 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:call_sound_controller/call_sound_controller.dart';