benjamindean / flutter_vibration

Handle vibration on iOS and Android in Flutter apps
217 stars 67 forks source link

fix: deprecation warning #96

Closed joelJohanssonT closed 3 months ago

joelJohanssonT commented 3 months ago

87

Using this stackoverflow solves the deprecation warning: https://stackoverflow.com/questions/68466095/vibrator-service-string-is-deprecated-for-api-31 (converted it to java)

joelJohanssonT commented 3 months ago

Turns out that the plugin needs to be migrated.

benjamindean commented 3 months ago

Hey, @joelJohanssonT ! First of all, thanks for the contribution! Second, what do you mean by "migrated"?