-
Notifications
You must be signed in to change notification settings - Fork 120
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
🚀 Feature: WASM Support #214
Comments
Known wasm-incompatible dependencies:
|
To work around this, put this in your pubspec.yaml: dependency_overrides:
flutter_web_auth_2: 4.0.1 |
Ok, looked into it more, looks like appwrite/sdk-generator#893 fixed the EDIT: v13 fixes |
Please fix this asap waiting for a month |
You can use dependency_overrides to get |
🔖 Feature description
Update dependencies (& replace unmaintained dependencies, etc) to remove all dependence on
dart:html
, as it is not WASM compatible. You should usepackage:web
&dart:js_interop
for modern JS FFI.🎤 Pitch
It allows migrating WASM-compatible apps to Appwrite, and migrating existing Appwrite apps to WASM.
The WASM renderer is up to 3x faster1, and smaller[citation needed].
👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?
^ That link is broken, by the way.
Footnotes
Averaging 2x; source: https://medium.com/flutter/whats-new-in-flutter-3-22-fbde6c164fe3 ↩
The text was updated successfully, but these errors were encountered: