SimpleBoilerplates / Flutter

A boilerplate project for Flutter using RiverPod, Dio, go_router, Freezed and generated with very_good_cli
MIT License
580 stars 102 forks source link

index.html wrong src #1

Closed wemosPatrick closed 2 years ago

wemosPatrick commented 4 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>