-
-
Notifications
You must be signed in to change notification settings - Fork 608
chore: Migrate to web 1.0.0 #1147
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
chore: Migrate to web 1.0.0 #1147
Conversation
environment: | ||
sdk: ">=3.3.0 <4.0.0" | ||
flutter: ">=3.19.0" | ||
sdk: ">=3.4.0 <4.0.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Per the changelog for web:1.0.0 it requires Dart 3.4.0
}); | ||
}); | ||
</script> | ||
<script src="flutter_bootstrap.js" async></script> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Flutter 3.22 uses new bootstrapping logic for web
Unrelated, but we're hitting the CanvasKit module error when running this on the latest stable. The fix for that bug is going to be cherry picked, so I'll revisit the web example later. (I'll have to bump the new requirement to Flutter 3.24 for the Impeller migration in a subsequent release anyway) |
@navaronbracke Hi! Could you please publish a relase? |
chore: Migrate to web 1.0.0
Fixes #1141