benjamindean / flutter_vibration

Handle vibration on iOS and Android in Flutter apps
229 stars 69 forks source link

Small Vibration interval not working #81

Open xihuny opened 1 year ago

xihuny commented 1 year ago

Tried vibration interval of 50ms but it is not working on latest Android versions. If I set Vibration interval to something like 300ms it works.

aakarapetyan commented 1 year ago

Also have the same problem

xihuny commented 7 months ago

Found a solution to this yet?