flutter_typeahead
flutter_typeahead copied to clipboard
[Bug] WASM compilation
Steps to reproduce
Hello Current Version of plugin is not compatible with Wasm compilation
- Migrate usage of dart:html to package:web -Migrate usage of dart:js, dart:js_util, and package:js to dart:js_interop
Full migration guide: https://dart.dev/interop/js-interop/package-web
Expected results
Compatible with WASM
Actual results
Breaking error due to flutter_keyboard_visibility
Package Version
5.2.0
Platform
Web
Hi,
We cannot migrate the flutter_keyboard_visibility dependency ourselves.
What exactly do you expect us to do?
Thank you,
I have created the following issue in keyboard visbility:
https://github.com/MisterJimson/flutter_keyboard_visibility/issues/150