native_shutter_sound

Creator: coderz1093

Last updated:

Add to Cart

Description:

native shutter sound

native_shutter_sound #
A simple flutter plugin, that lets you play the native shutter sound for iOS and Android.
This plugin can be useful if you develop a custom camera screen, and you want to play the default shutter sound you get when you take a photo using the camera app on the device.
Getting Started #
First, add native_shutter_sound as a dependency in your pubspec.yaml file.
Example #
import 'package:native_shutter_sound/native_shutter_sound.dart';
...
ElevatedButton(
onPressed: () {
NativeShutterSound.play();
},
child: const Text('Play Sound'),
)
...
copied to clipboard

License

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

Customer Reviews

There are no reviews.