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-06-28 09:59:23 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2aff8f9257ebcfb182f8de5e2989692520b81c71
2aff8f92
1 parent
152729db
add zxing library back into example index.html
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
example/web/index.html
example/web/index.html
View file @
2aff8f9
...
...
@@ -40,6 +40,7 @@
<script
src=
"flutter.js"
defer
></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