Skip to content

Conversation

navaronbracke
Copy link
Collaborator

Fixes #1141

environment:
sdk: ">=3.3.0 <4.0.0"
flutter: ">=3.19.0"
sdk: ">=3.4.0 <4.0.0"
Copy link
Collaborator Author

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>
Copy link
Collaborator Author

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

@navaronbracke navaronbracke changed the title Migrate to web 1.0.0 chore: Migrate to web 1.0.0 Aug 13, 2024
@navaronbracke
Copy link
Collaborator Author

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 navaronbracke merged commit 7f4c6b0 into juliansteenbakker:master Aug 13, 2024
4 checks passed
@navaronbracke navaronbracke deleted the web_v1-0-0 branch August 13, 2024 09:38
@emakar
Copy link

emakar commented Aug 16, 2024

@navaronbracke Hi! Could you please publish a relase?

joaopedro735 pushed a commit to joaopedro735/mobile_scanner that referenced this pull request Aug 22, 2024
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.

Please upgrade the web dependency to web: ^1.0.0
2 participants