benjamindean / flutter_vibration

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

Fix vibration web #80

Open harryfei opened 1 year ago

harryfei commented 1 year ago

Currently the vibration web is disabled. Could you re-enable it and publish a new version?

benjamindean commented 1 year ago

Hey! It was merged into a single package, so you have to install it normally and then use it as a regular vibration package on web.

zakblacki commented 1 year ago

I'm getting

   Target of URI doesn't exist: 'package:vibration_web/vibration_web.dart

    VibrationWebPlugin.registerWith(registrar);

despite having latest vibration in my pubspec also tried flutter clean