tpucci / shake_gesture

0 dependencies Flutter plugin that detects shake gestures on Android and iOS (even on simulators).
MIT License
3 stars 4 forks source link

Import KeyEvent and ShakeGesturePlugin in README.md #3

Closed dhikshithrm closed 7 months ago

dhikshithrm commented 7 months ago

add imports from KeyEvent and ShakeGesturePlugin

Description

Added imports in the code snippet for android emulator key interceptor to work.

i know it maybe a small thing, but a lot of flutter developers are not familiar with native android / ios parts, so having this will help beginners copy imports in their MainActivity.kt it can build without issues when keyboard intercept method is added.

Type of Change

tpucci commented 7 months ago

Good remark ! Merged