benjamindean / flutter_vibration

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

Doesn't work with Flutter 3.3.0 #73

Closed ashemetov closed 1 year ago

ashemetov commented 1 year ago

Got following error:

The current Dart SDK version is 2.18.0.

Because app depends on vibration 1.7.5 which requires SDK version >=2.12.1 <=2.17.6, version solving failed. pub get failed (1; Because app depends on vibration 1.7.5 which requires SDK version >=2.12.1 <=2.17.6, version solving failed.)

Asscre commented 1 year ago

me too.

benjamindean commented 1 year ago

Please update the package to the latest version. Should work now.