benjamindean / flutter_vibration

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

assert while debugging that vibration pattern contains N elements where N is even. #70

Open imedboumalek opened 2 years ago

imedboumalek commented 2 years ago

Tested on iOS: Having an odd number of elements in the pattern list will cause the app to completely crash

benjamindean commented 2 years ago

Please try with the new version. #51 probably solved it.