shake icon indicating copy to clipboard operation
shake copied to clipboard

A flutter package for detecting phone shakes.

Results 26 shake issues
Sort by recently updated
recently updated
newest added

with the following: class _ProjectsState extends State { bool isShowingFavorites = false; late ShakeDetector detector;

I see you're working on a newer version which detects events better, but just wanted to say in case you hadn't seen already, that I've been having better success using...

I am developing an application using your library. I run my application on iPhone Safari and shake it, but Safari only shows "undo typing". How can I catch event shake...

Hi. I use this shake package very well. I made a android application with this and it works nice. This time, I build web application with same code and it...

Is it possible to mock this in a [Flutter Integration Test](https://docs.flutter.dev/cookbook/testing/integration/introduction) somehow? I am looking for a way to do this programmatically.

Thanks for this library, can you make a plugin with service, so I can detect shake on the background as well. is it possible?

Hey! Could you bump package version and upload it to pub.dev? Thanks

Essentially this PR combines the open version-update PRs into one and adds some general maintenance on top. - [x] Remove `android` folder to shut up the linter about deprecated embedding...