istornz / flutter_gaimon

A Flutter plugin to fully support Haptic feedback with custom pattern 📳
MIT License
27 stars 6 forks source link

MissingPlugin error on Android #2

Closed christinachimi closed 1 year ago

christinachimi commented 1 year ago

On Android I am receiving MissingPluginException (MissingPluginException(No implementation found for method canSupportsHaptic on channel gaimon)) when calling await Gaimon.canSupportsHaptic;. Haptics do work on my phone; should this method only be used for iOS?

istornz commented 1 year ago

Thanks ! Fixed 👍