benjamindean / flutter_vibration

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

Add support for CoreHaptics on iOS devices #30

Closed Leicas closed 4 years ago

Leicas commented 4 years ago

Add more complex vibrations for iOS devices, the same pattern of various amplitude can now be rendered on both platforms.

benjamindean commented 4 years ago

Thank you! I will test it out as soon as I can.