Skip to content

Commit

Permalink
Updated example
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian committed Oct 24, 2021
1 parent e7abef1 commit 3c1c3ca
Show file tree
Hide file tree
Showing 3 changed files with 16,625 additions and 16,614 deletions.
6 changes: 3 additions & 3 deletions docs/flutter_service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ const RESOURCES = {
"version.json": "e5bfa9b1fbade4ecf62a5bd49b128d1e",
"favicon.png": "5dcef449791fa27946b3d35ad8803796",
"manifest.json": "b5b1b604758186c652574c479542c4c4",
"index.html": "2a520f41700e3d36d627e288da9e343d",
"/": "2a520f41700e3d36d627e288da9e343d",
"main.dart.js": "cc4072f8f976c0a2cf02d6f8d47e4f31"
"index.html": "585a060177d55f7a42ab7e1a04f345de",
"/": "585a060177d55f7a42ab7e1a04f345de",
"main.dart.js": "461f57fe8327ef3d602f16359d1d4140"
};

// The application shell files that are downloaded before a service worker can
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<script>
if ('serviceWorker' in navigator) {
window.addEventListener('flutter-first-frame', function () {
navigator.serviceWorker.register('flutter_service_worker.js?v=3546958141');
navigator.serviceWorker.register('flutter_service_worker.js?v=2668296468');
});
}
</script>
Expand Down
Loading

0 comments on commit 3c1c3ca

Please sign in to comment.