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:
- Set the Flutter version to 3.24.
- Add auth0_flutter: 1.9.0 on project
- Attempt to compile the application with auth0_flutter 1.9.0 and WASM integration enabled.
- Observe the compilation failure.
auth0_flutter version
1.19
Flutter version
3.24
Platform
Web
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:
Thank you for your attention to this matter.
Reproduction
Steps to Reproduce:
auth0_flutter version
1.19
Flutter version
3.24
Platform
Web