Skip to content

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

@EduardoYamauchi

Description

@EduardoYamauchi

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugThis points to a verified bug in the codeweb

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions