gesturedeck_flutter 1.1.4 gesturedeck_flutter: ^1.1.4 copied to clipboard
Gesturedeck empowers users to effortlessly control their devices through intuitive touch gestures, without even needing to look at the screen..
Gesturedeck Flutter #
Revolutionize your iOS app's user experience with the extraordinary power of Gesturedeck! Seamlessly integrated into your iOS application, Gesturedeck empowers users to effortlessly control their devices through intuitive touch gestures, without even needing to look at the screen.
Imagine enhancing your app with the ability to adjust volume, skip tracks, and perform various actions effortlessly, making interactions smoother and more natural than ever before. Whether users are driving, biking, or engaged in any activity that demands their full attention, Gesturedeck ensures a seamless experience that enhances productivity and safety.
The Gesturedeck Flutter plugin is compatible with both Android and iOS.
Key Features #
- Intuitive touch gestures for seamless device control.
- Customizable gesture actions for enhanced user interactions.
- Integrated GesturedeckMedia for media app controls with overlay UI support.
- Support for volume button actions with GesturedeckMedia.
- Sensitivity settings for fine-tuning gesture responsiveness.
- Does not require internet connectivity.
Getting Started #
Setup Gesturedeck #
Integrate Gesturedeck into your Flutter app with just a few steps:
- Initialize Gesturedeck:
var gesturedeck = Gesturedeck.initialize(
tapAction: () {},
swipeLeftAction: () {},
swipeRightAction: () {},
panAction: () {},
);
- Start and stop Gesturedeck detection:
gesturedeck.start();
gesturedeck.stop();
Setup GesturedeckMedia #
Enhance media app controls using GesturedeckMedia:
- Initialize GesturedeckMedia with overlay UI customization:
var gesturedeckMedia = GesturedeckMedia.initialize(
tapAction: () {},
swipeLeftAction: () {},
swipeRightAction: () {},
panAction: () {},
gesturedeckMediaOverlay: GesturedeckMediaOverlay(
tintColor: Colors.green,
topIcon: icon,
iconSwipeLeft: ...,
iconSwipeRight: ...,
iconTap: ...,
iconTapToggled: ...,
),
);
- Start and stop GesturedeckMedia detection:
gesturedeckMedia.start();
gesturedeckMedia.stop();
- Customize reverse horizontal swipes:
gesturedeckMedia.reverseHorizontalSwipes = true;
API reference #
You can find the API reference here.
Free to Use #
Gesturedeck SDK is freely available for use in both personal and commercial projects, offering full functionality without time limitations. However, when using the free version, a watermark will be displayed during runtime. It is strictly prohibited to hide, remove, or alter the watermark from the free version of Gesturedeck SDK.
Activation Key and Watermark Removal #
To remove the watermark from your app, an activation key is available for purchase. The watermark-free version of Gesturedeck SDK can be obtained through this activation key.
You need to set a different activation key for each platform.
To inquire about purchasing an activation key or for any other questions related to licensing and usage, please reach out to us at team@navideck.com. We are here to assist you with the process and provide the necessary information.
Contact #
For any inquiries, questions, or support, please don't hesitate to contact our team at team@navideck.com. Thank you for choosing Gesturedeck Flutter Plugin!