flutter_volume_slider 1.0.2 copy "flutter_volume_slider: ^1.0.2" to clipboard
flutter_volume_slider: ^1.0.2 copied to clipboard

outdated

A flutter widget to control volume in each Android & iOS.

FlutterVolumeSlider #

pub package

A flutter widget to control volume in each Android & iOS.

How to use : #

Just add VolumeSlider() Widget anywhere you want to control volume. Works Properly on Android and iOS.

...

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(
        appBar: AppBar(
          title: const Text('Plugin example app'),
        ),
        body: Center(
          child: FlutterVolumeSlider(
            sliderActiveColor: Colors.blue,
            sliderInActiveColor: Colors.grey,
          ),
        ),
      ),
    );
  }

8
likes
0
pub points
42%
popularity

Publisher

unverified uploader

A flutter widget to control volume in each Android & iOS.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, provider

More

Packages that depend on flutter_volume_slider