packages.flutter icon indicating copy to clipboard operation
packages.flutter copied to clipboard

flutter pub run pdfx:install_web not working

Open aarajput opened this issue 2 years ago • 0 comments

Describe the bug my web/index.html looks like <body style="height: 100vh; margin: 0"> Your script looks for <body> and replace it. You need to fix it by looking for <body, not <body>

To Reproduce Steps to reproduce the behavior:

  1. Go to web/index.html
  2. Replace <body> with <body style="height: 100vh; margin: 0">
  3. run script flutter pub run pdfx:install_web
  4. Now your above mentioned script wont change anything on web/index.html

Expected behavior your js script should be added after <body style="height: 100vh; margin: 0">

aarajput avatar Nov 13 '23 09:11 aarajput