Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate to package:web package to support WASM #150

Open
IchordeDionysos opened this issue Feb 17, 2024 · 6 comments
Open

Migrate to package:web package to support WASM #150

IchordeDionysos opened this issue Feb 17, 2024 · 6 comments
Labels
enhancement New feature or request

Comments

@IchordeDionysos
Copy link

The short version:

  • Migrate usage of dart:html to package:web
  • Migrate usage of dart:js, dart:js_util, and package:js to dart:js_interop

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

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

@IchordeDionysos IchordeDionysos added the enhancement New feature or request label Feb 17, 2024
@The-RootCause
Copy link

The-RootCause commented Feb 29, 2024

Any updates on this issues ? it's breaking wasm compilation.
Thank you

@a-h-mzd
Copy link

a-h-mzd commented Mar 27, 2024

Any updates/ETA on this?

@EchoEllet
Copy link

We forked the package and published it in flutter_keyboard_visibility_temp_fork as a temporary solution.

Looking forward to see future changes in this repo.

@Afroz-Shaikh
Copy link

Any updates on resolving this issue that's causing WASM compilation to fail?

@GustavoFigueira
Copy link

Any updates on resolving this issue that's causing WASM compilation to fail?

Hey @Afroz-Shaikh, take a look at this issue. Check if it solves the problem for you.

EchoEllet#3 (comment)

@Afroz-Shaikh
Copy link

Any updates on resolving this issue that's causing WASM compilation to fail?

Hey @Afroz-Shaikh, take a look at this issue. Check if it solves the problem for you.

EchoEllet#3 (comment)

Thanks @GustavoFigueira !! This Solved the problem for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

6 participants