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

Add Support for WASM Compilation in Flutter 3.22 #463

Open
6 tasks done
EduardoYamauchi opened this issue Jun 11, 2024 · 8 comments
Open
6 tasks done

Add Support for WASM Compilation in Flutter 3.22 #463

EduardoYamauchi opened this issue Jun 11, 2024 · 8 comments

Comments

@EduardoYamauchi
Copy link

Checklist

Description

Hello,

With the release of Flutter 3.22, the WASM (WebAssembly) compiler can now be integrated. I believe it has become the standard for Web applications at some point.

https://docs.flutter.dev/platform-integration/web/wasm

Please add support for compiling with WASM. flutter build web --release --wasm.

Thank you!

Reproduction

flutter build web --release --wasm

Additional context

No response

auth0_flutter version

1.7.2

Flutter version

3.22

Platform

Web

Platform version(s)

No response

@slavap
Copy link

slavap commented Jun 25, 2024

This package needs to be switched from package:js to package:web and package:js_interop

@kod3000
Copy link

kod3000 commented Aug 7, 2024

same here. WASM is now stable in flutter please make this a priority.

@MrObe13
Copy link

MrObe13 commented Aug 28, 2024

Any news about that?

@kod3000
Copy link

kod3000 commented Aug 28, 2024

I attempted to rewrite this myself cause as mention its a thing of changing out old dependencies, but encountered some challenges. It seems that Flutter support is minimal as they have a backlog going to Mar 2023. Looking at the ppl who are actually committing it appears to be outsourced rather than handled internally. I'm seriously considering moving away from this platform entirely, as their lack of active development is concerning—especially in the security sector, where consistent updates are crucial.

@Nitrono
Copy link

Nitrono commented Sep 13, 2024

Any news on it? This is the only package which stops our project from moving to wasm

@EduardoYamauchi
Copy link
Author

@desusai7 Can you give some light on this issue.
This is already in the roadmap for this plugin ?

@brth31
Copy link

brth31 commented Sep 19, 2024

hey everyone 👋 thanks for your patience here! we're having internal discussions on prioritising WASM support in Q4. I'll be able to share more details by the end of this month.

@brth31
Copy link

brth31 commented Sep 27, 2024

update: we should be able to support WASM compilation in Nov. I will share more updates and exact timelines by mid Nov.

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

No branches or pull requests

6 participants