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

Closed
bruno-garcia opened this issue Sep 10, 2024 · 3 comments
Closed

Plan to drop old Flutter version #2281

bruno-garcia opened this issue Sep 10, 2024 · 3 comments

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

@buenaflor buenaflor closed this as not planned Won't fix, can't repro, duplicate, stale Sep 26, 2024
@github-project-automation github-project-automation bot moved this from Needs Discussion to Done in Mobile & Cross Platform SDK Sep 26, 2024
@bruno-garcia
Copy link
Member Author

Also note that .NET and Unity also support wasm.
Perhaps makes sense for us to collaborate on wasm support when the time comes to invest more heavily

@buenaflor
Copy link
Contributor

I've already opened an issue in the dart repo

dart-lang/sdk#56718 this will unblock us

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

2 participants