Shake | Coderz Product

shake

Last updated:

0 purchases

shake Image
shake Images

Free

Languages

Categories

Add to Cart

Description:

shake

shake #
A flutter package to detect phone shakes.
To listen to phone shake:
ShakeDetector detector = ShakeDetector.autoStart(
onPhoneShake: () {
// Do stuff on phone shake
}
);
copied to clipboard
OR
ShakeDetector detector = ShakeDetector.waitForStart(
onPhoneShake: () {
// Do stuff on phone shake
}
);

detector.startListening();
copied to clipboard
To stop listening:
detector.stopListening();
copied to clipboard

License:

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

Files In This Product: (if this is empty don't purchase this product)

Customer Reviews

There are no reviews.