-
Notifications
You must be signed in to change notification settings - Fork 41
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
Support new bootstrap method in Flutter 3.22 #464
Comments
I'm facing the same issue. Auth0 becomes completely unusable for web and is critical for my workflow |
Any updates on this? |
Hi @EduardoYamauchi, @amangsingh, @Solano-Furlan, Apologies for the delay in looking into this, I've just tried using the flutter sdk version 1.7.2 with the flutter versions 3.22.0 & 3.24.0 in both debug, release modes and everything is working as expected, can anyone of you help us with a reproducible example or steps to reproduce ? |
I tested again using:
And everything's is working as expected. I'm closing this issue, if you still having some issue related with the new bootstrap please send me a message to re-open. Thank you. |
I’m reopening this issue due to the following error:
This error occurs randomly only when switching to the new bootstrap mode. Steps to reproduce (on web):
void main() async {
var auth0Client = Auth0Client();
await auth0Client.auth0Web!.onLoad();
} I have been patiently waiting for the resolution of the WASM issue, which has now been open for 4 months since June. This is particularly important as it relates to performance and security of our applications. |
Checklist
Description
Description:
With the release of Flutter 3.22, the method for bootstrapping has changed, as outlined in the official documentation: Flutter Web Bootstrapping. As a result, the Auth0 integration no longer works with this new method.
Issue:
Request:
Please provide support for the new bootstrap method in Flutter 3.22. This is crucial to ensure continued compatibility and functionality of Auth0 with Flutter web applications.
Thank you for your attention to this matter.
Reproduction
1 - Follow the guide to update the bootstrapping in: https://docs.flutter.dev/platform-integration/web/bootstrapping
2 - Try to build an web application with auth0_flutter: 1.7.2
Additional context
No response
auth0_flutter version
1.7.2
Flutter version
3.22
Platform
Web
Platform version(s)
No response
The text was updated successfully, but these errors were encountered: