Getting white screen on Flutter WEB after updating to 3.24.7 - Stack Overflow

admin2025-04-20  0

here is my index.html

This is the index.html file for further reference , kindly help me out here do let me know if anything else is needed , also recommend methods to debug the problem, on web on a much deeper level.


<body>
  <script src="/[email protected]/build/pdf.mjs" type="module"></script>
  <script type="module">
    var { pdfjsLib } = globalThis;
    pdfjsLib.GlobalWorkerOptions.workerSrc = "/[email protected]/build/pdf.worker.mjs";

    var pdfRenderOptions = {
      cMapUrl: '/[email protected]/cmaps/',
      cMapPacked: true,
    }
  </script>
  <script src="flutter_bootstrap.js" async></script>
</body>

转载请注明原文地址:http://conceptsofalgorithm.com/Algorithm/1745110613a285562.html

最新回复(0)