benjamindean / flutter_vibration

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

refactor: migrate from dart:js to web package #102

Closed san-smith closed 1 month ago

san-smith commented 1 month ago

Hi, this is necessary to support Wasm in Flutter apps: https://docs.flutter.dev/platform-integration/web/wasm

benjamindean commented 1 month ago

Thanks for the contribution! Could you please update a CHANGELOG and a version number in pubspec.yml?