Navaron Bracke

move ZXing to the HEAD tag

... ... @@ -38,9 +38,11 @@
</script>
<!-- This script adds the flutter initialization JS code -->
<script src="flutter.js" defer></script>
<!-- Add the ZXing library to allow `mobile_scanner` to work on the web. -->
<script src="https://unpkg.com/@zxing/library@0.19.1" type="application/javascript"></script>
</head>
<body>
<script src="https://unpkg.com/@zxing/library@0.19.1" type="application/javascript"></script>
<script>
window.addEventListener('load', function(ev) {
// Download main.dart.js
... ...