The QR Code Scanner package for Appeto SDK.
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 
 

47 Zeilen
1.5 KiB

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <!--
  5. If you are serving your web app in a path other than the root, change the
  6. href value below to reflect the base path you are serving from.
  7. The path provided below has to start and end with a slash "/" in order for
  8. it to work correctly.
  9. Fore more details:
  10. * https://developer.mozilla.org/en-US/docs/Web/HTML/Element/base
  11. -->
  12. <base href="/">
  13. <meta charset="UTF-8">
  14. <meta content="IE=Edge" http-equiv="X-UA-Compatible">
  15. <meta name="description" content="A new Flutter project.">
  16. <!-- iOS meta tags & icons -->
  17. <meta name="apple-mobile-web-app-capable" content="yes">
  18. <meta name="apple-mobile-web-app-status-bar-style" content="black">
  19. <meta name="apple-mobile-web-app-title" content="example">
  20. <link rel="apple-touch-icon" href="icons/Icon-192.png">
  21. <!-- Favicon -->
  22. <link rel="icon" type="image/png" href="favicon.png"/>
  23. <title>example</title>
  24. <link rel="manifest" href="manifest.json">
  25. <script src="https://cdn.jsdelivr.net/npm/jsqr@1.3.1/dist/jsQR.min.js"></script>
  26. </head>
  27. <body>
  28. <!-- This script installs service_worker.js to provide PWA functionality to
  29. application. For more information, see:
  30. https://developers.google.com/web/fundamentals/primers/service-workers -->
  31. <script>
  32. if ('serviceWorker' in navigator) {
  33. window.addEventListener('flutter-first-frame', function () {
  34. navigator.serviceWorker.register('flutter_service_worker.js');
  35. });
  36. }
  37. </script>
  38. <script src="main.dart.js" type="application/javascript"></script>
  39. </body>
  40. </html>