benjamindean / flutter_vibration

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

Can it show 3D Touch vibration #49

Closed sunjianan9900 closed 3 years ago

sunjianan9900 commented 3 years ago

Can it show 3D Touch vibration 请问是否可以实现3d touch这种,短促的震动?

benjamindean commented 3 years ago

This plugin only handles the vibration, so it depends. If I understand correctly, 3D touch is a gesture, so yes, you can invoke a custom vibration with it.