benjamindean / flutter_vibration

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

Migrate to package:web to support WASM #98

Open IchordeDionysos opened 3 months ago

IchordeDionysos commented 3 months ago

The short version:

This will allow compiling to WASM engine instead of just JavaScript on web.

Full migration guide: https://dart.dev/interop/js-interop/package-web

san-smith commented 1 month ago

Hi, I create PR #102 for it.