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

Fix web example on Flutter 3.22 #1578

Merged

Conversation

navaronbracke-endare
Copy link
Contributor

@navaronbracke-endare navaronbracke-endare commented Aug 13, 2024

This PR fixes the example for the web, that now needs a different method of bootstrapping in Flutter 3.22

I had forgotten to include this commit in my last PR, after testing the web example.

We still hit the CanvasKit undefined module error when running the example a second time, but this was reported upstream in flutter/flutter.

@@ -16,16 +16,8 @@

<title>example</title>
<link rel="manifest" href="manifest.json">
<script src="flutter.js"></script>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@navaronbracke
Copy link
Collaborator

The undefined module error is tracked for a cherry pick to stable, see flutter/flutter#152844

@navaronbracke navaronbracke merged commit 932d478 into miguelpruivo:master Aug 13, 2024
3 checks passed
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

Successfully merging this pull request may close these issues.

2 participants