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
2024-01-08 12:47:43 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
db57d85b430c6b8a8ceacfd9f31a52f296bf2843
db57d85b
1 parent
73fc318c
move ZXing to the HEAD tag
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
example/web/index.html
example/web/index.html
View file @
db57d85
...
...
@@ -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
...
...
Please
register
or
login
to post a comment