-
-
Notifications
You must be signed in to change notification settings - Fork 240
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
Plan to drop old Flutter version #2281
Comments
We support wasm, at least compilation, but lose pub points due to the workaround for backwards compatibility, yes There was demand from the google flutter web team to support it on our side since some customers rely on it. I think that's a fair trade for losing some pub points. I might take a stab at symbolication, at least a quick look to check the effort. Fully supporting wasm with full pub points though won't be possible in the near future since the new package (package:web) uses a ~2 month old dart version which is way too new. so dropping an older flutter version in favour of a newer one won't help us in this situation, maybe in 1 or 2 years it would |
Also note that .NET and Unity also support wasm. |
I've already opened an issue in the dart repo dart-lang/sdk#56718 this will unblock us |
Description
Is there a plan?
I see we lose pub points due to lack of wasm support: https://pub.dev/packages/sentry_flutter/score
We need symbolication for wasm it seems.
But we do support it otherwise. Through some hacks needed to have backward compatibiltiy.
Is there a plan to drop it?
The text was updated successfully, but these errors were encountered: