最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

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

programmeradmin1浏览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>

发布评论

评论列表(0)

  1. 暂无评论