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

Support to Flutter web WASM #3098

Open
JgomesAT opened this issue May 15, 2024 · 2 comments
Open

Support to Flutter web WASM #3098

JgomesAT opened this issue May 15, 2024 · 2 comments
Assignees

Comments

@JgomesAT
Copy link

Context: The unavailable library 'dart:html' is imported through these packages:

in this package uses the dart:HTML not valid to use with flutter web wasm

@NashIlli
Copy link

+1
We need upgrade to Flutter 3.22 and compile to Wasm

@elliotkhd
Copy link

the workaround is modify the get_utils/src/platform/platform_web.dart in the package
change import 'dart:html' as html; to import 'package:web/web.dart' as html;

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

No branches or pull requests

4 participants