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

[wasm] Compatibility Issue: auth0_flutter 1.9.0 with WASM Fails on Flutter 3.24 #536

Open
EduardoYamauchi opened this issue Mar 13, 2025 · 2 comments

Comments

@EduardoYamauchi
Copy link

EduardoYamauchi commented Mar 13, 2025

Description

I'm encountering an issue when using auth0_flutter version 1.9.0 with WASM on Flutter 3.24. The Application fails to compile under this Flutter version. After investigating the changelogs in the most recent pull request (see PR #516) and reviewing the GitHub Actions configuration, I noticed that the environment is set to Flutter 3.29. As a result, I was only able to compile the application successfully using Flutter 3.29.

Request:
Please consider one of the following options:

  • Add support for Flutter 3.24, or
  • Update the documentation to clearly indicate that Flutter 3.29 (or above) is required for proper functionality.

Thank you for your attention to this matter.

Reproduction

Steps to Reproduce:

  1. Set the Flutter version to 3.24.
  2. Add auth0_flutter: 1.9.0 on project
  3. Attempt to compile the application with auth0_flutter 1.9.0 and WASM integration enabled.
  4. Observe the compilation failure.

auth0_flutter version

1.19

Flutter version

3.24

Platform

Web

@shovelmn12
Copy link

#535

@pmathew92
Copy link
Contributor

Hi @EduardoYamauchi ,I will take a look into this

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

3 participants