flutter_volume

Last updated:

0 purchases

flutter_volume Image
flutter_volume Images
Add to Cart

Description:

flutter volume

flutter_volume #
A flutter plugin as an volume interface for iOS and android.
Getting Started #
Set flutter_volume as dependencie in your pubspec.yaml
Usage #
import 'package:flutter_volume/flutter_volume.dart';

// Return relative volume as double between 0.0 and 1.0
await FlutterVolume.volume;

// Sets volume to 0.0
FlutterVolume.mute();

// Set volume between 0.0 and 1.0 as relative value
FlutterVolume.setVolume(0.1);

copied to clipboard
TODO #

Make it iOS compatible (help is appreciated!)

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.