Skip to content

Commit

Permalink
chore(example): exclude flutter_inappwebview_web web support js file …
Browse files Browse the repository at this point in the history
…from index.html
  • Loading branch information
EchoEllet authored Sep 25, 2024
1 parent 7fadc89 commit 38c9b0f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions example/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/croppie/2.6.5/croppie.css" />
<script defer src="https://cdnjs.cloudflare.com/ajax/libs/exif-js/2.3.0/exif.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/croppie/2.6.5/croppie.min.js"></script>

<!-- Requirement by flutter_inappwebview, for more info: https://pub.dev/packages/flutter_inappwebview#installation -->
<script type="application/javascript" src="/assets/packages/flutter_inappwebview_web/assets/web/web_support.js" defer></script>
</head>
<body>
<script src="flutter_bootstrap.js" async></script>
Expand Down

0 comments on commit 38c9b0f

Please sign in to comment.