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

Plan to drop old Flutter version #2281

Open
bruno-garcia opened this issue Sep 10, 2024 · 1 comment
Open

Plan to drop old Flutter version #2281

bruno-garcia opened this issue Sep 10, 2024 · 1 comment

Comments

@bruno-garcia
Copy link
Member

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?

@buenaflor
Copy link
Contributor

buenaflor commented Sep 10, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Needs Discussion
Development

No branches or pull requests

2 participants