benjamindean / flutter_vibration

Handle vibration on iOS and Android in Flutter apps
219 stars 68 forks source link

Added a `hasCustomVibrationsSupport` method (fixes #34) #35

Closed Skyost closed 4 years ago

Skyost commented 4 years ago

Added a hasCustomVibrationsSupport method that allows to have a better control on what devices are able to have custom vibratations (longer / shorter, custom patterns, ...).

See #34.

benjamindean commented 4 years ago

Merged and released in 1.4.0. Thank you for your contribution!

Skyost commented 4 years ago

Great. Thank you for this awesome plugin !