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

outdated

A flutter widget to control volume in each Android & iOS natively. Just add the dependency and call FlutterVolumeSlider() widget where you want.

FlutterVolumeSlider #

pub package

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

How to use : #

Just add FlutterVolumeSlider() 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 natively. Just add the dependency and call FlutterVolumeSlider() widget where you want.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, provider

More

Packages that depend on flutter_volume_slider