flutter_typeahead icon indicating copy to clipboard operation
flutter_typeahead copied to clipboard

[Bug] WASM compilation

Open The-RootCause opened this issue 1 year ago • 2 comments

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

The-RootCause avatar Feb 29 '24 14:02 The-RootCause

Hi, We cannot migrate the flutter_keyboard_visibility dependency ourselves. What exactly do you expect us to do?

clragon avatar Feb 29 '24 14:02 clragon

Thank you,

I have created the following issue in keyboard visbility:

https://github.com/MisterJimson/flutter_keyboard_visibility/issues/150

The-RootCause avatar Mar 04 '24 18:03 The-RootCause