Description
If you fail to or incorrectly provide assets configuration in pubspec.yaml file the app never finishes launching.
Steps To Reproduce
Just like with #11
- Create a flutter app with web platform inclusive
- Run mason make flutter_web_preloader and just hit enter so it overrides the index.html
- Build and run the app targeting web
- See that you get stuck on
Launching lib/main_development.dart on Chrome in debug mode... for example and that the progress indicator never fills up.
- Adding assets fixes the issue if configured properly, you can just comment it out to replicate the issue or add assets without a tab in-front in the pubspec.
Expected Behavior
Launch the app regardless of the asset configuration
Screenshots
How it is with/without assets in the pubspec