folksable / shake_detector

a flutter package to detect shake gestures, configurable and simple api.

Home Page:https://pub.dev/packages/shake_detector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pause Listening to Shake while App in Background.

dhikshithrm opened this issue · comments

currently the package is still listening to shakes happening when the app is not currently visible but in memory.

need to add pause method to the controller to fix this and listen to lifecycle changes.

this commit 30ddec5 should fix this.