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

[Enhancement proposal]: Add wasm support #1302

Open
3 of 6 tasks
MominRaza opened this issue Apr 5, 2024 · 0 comments · May be fixed by #1303
Open
3 of 6 tasks

[Enhancement proposal]: Add wasm support #1302

MominRaza opened this issue Apr 5, 2024 · 0 comments · May be fixed by #1303
Assignees
Labels
P1 High-priority issues at the top of the work list. platform: web Issue is related to the web platform type: enhancement New feature or request

Comments

@MominRaza
Copy link

MominRaza commented Apr 5, 2024

Please check the following before submitting a new issue.

Please select affected platform(s)

  • Android
  • iOS
  • Windows
  • Web

Proposal

web plugin is using dart:html which is not compatible with WASM, migrate to package:web.

Context: The unavailable library 'dart:html' is imported through these packages:
web_plugin_registrant.dart => package:permission_handler_html => dart:html

Pitch

Flutter doc: https://docs.flutter.dev/platform-integration/web/wasm

@mvanbeusekom mvanbeusekom self-assigned this Apr 8, 2024
@mvanbeusekom mvanbeusekom added P1 High-priority issues at the top of the work list. type: enhancement New feature or request platform: web Issue is related to the web platform labels Apr 8, 2024
@raldhafiri raldhafiri linked a pull request Apr 9, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P1 High-priority issues at the top of the work list. platform: web Issue is related to the web platform type: enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants