Closed wemosPatrick closed 2 years ago
in web/index.html the line <script src="app.dart.js" type="application/javascript"></script> has to be changed to <script src="main.dart.js" type="application/javascript"></script>
web/index.html
<script src="app.dart.js" type="application/javascript"></script>
<script src="main.dart.js" type="application/javascript"></script>
in
web/index.html
the line<script src="app.dart.js" type="application/javascript"></script>
has to be changed to<script src="main.dart.js" type="application/javascript"></script>