AbdulRahmanAlHamali / flutter_typeahead

A TypeAhead widget for Flutter, where you can show suggestions to users as they type
BSD 2-Clause "Simplified" License
821 stars 342 forks source link

[Bug] WASM compilation #572

Open The-RootCause opened 7 months ago

The-RootCause commented 7 months ago

Steps to reproduce

Hello Current Version of plugin is not compatible with Wasm compilation

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

clragon commented 7 months ago

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

The-RootCause commented 7 months ago

Thank you,

I have created the following issue in keyboard visbility:

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