Skip to content

Commit

Permalink
build: bump web (index.html) to Flutter 3.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecastrosales committed May 26, 2024
1 parent b35bb51 commit 49c3b32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,12 @@
</script>

<script>
var serviceWorkerVersion = null;
var flutter_service_worker_version = null;
window.addEventListener('load', function (ev) {
// Download main.dart.js
_flutter.loader.loadEntrypoint({
_flutter.loader.load({
serviceWorker: {
serviceWorkerVersion: serviceWorkerVersion,
flutter_service_worker_version: flutter_service_worker_version,
},
onEntrypointLoaded: async function(engineInitializer) {
let config = {
Expand Down

0 comments on commit 49c3b32

Please sign in to comment.