79189134

Date: 2024-11-14 14:23:18
Score: 1
Natty:
Report link
<script src="flutter_bootstrap.js?v=1.1" async></script>

Add the ?v=1.1 to the index.html file and update the version as needed and it will do the job. I used it for Flutter web and for others !DOCTYPE html> <html> <head> <title>Your App Title</title> <link rel="stylesheet" href="styles.css?v=1.1"> </head> <body> <script src="app.js?v=1.1"></script> </body> </html> ?v=1.1" add this to stylesheet and js file

Reasons:
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Mashud Ahmed Talukdar