Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
mobile_scanner
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Navaron Bracke
2023-10-13 10:54:32 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8527cc0093e95ba09e3ce73f8dfdb9cb8cab6c42
8527cc00
1 parent
c13fce15
use a const in the index.html
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
example/web/index.html
example/web/index.html
View file @
8527cc0
...
...
@@ -34,7 +34,7 @@
<script>
// The value below is injected by flutter build, do not touch.
var
serviceWorkerVersion
=
null
;
const
serviceWorkerVersion
=
null
;
</script>
<!-- This script adds the flutter initialization JS code -->
<script
src=
"flutter.js"
defer
></script>
...
...
Please
register
or
login
to post a comment