-
Notifications
You must be signed in to change notification settings - Fork 4k
Migrate _web
packages to package:web
, etc to support Wasm
#12027
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
@Lyokone could we add a checklist of things that need to be done aka. packages that still need to be migrated to a TODO list in this issue? e.g., Remote Config and Performance Monitoring, ... are also still open but have no PR yet. |
@Lyokone Thank you. |
Related issue: #12466 |
web_plugin_registrant.dart => package:firebase_app_check_web => dart:html |
Thanks @MominRaza ! See #12597 |
We can close this out now, right @MominRaza ? |
Now I'm able to build with --wasm, yes now you can close this issue. |
Well done, folks! |
We are working on public documentation for this process, but creating this issue as a placeholder.
The short version:
dart:html
topackage:web
dart:js
,dart:js_util
, andpackage:js
todart:js_interop
The text was updated successfully, but these errors were encountered: