Open Nana-Kwame-bot opened 11 months ago
Thanks @Nana-Kwame-bot for opening this issue! I was able to reproduce it using flutter_web_preloader
0.2.0.
@erickzanardo looking for some input on this one from your side. Overall I think that this is actually not the intended purpose of this package but we could put some kind of workaround in as a just in case type of fix.
Hey @tomarra :wave:
Think about it right now, I think it can make sense to run this in a project, even if there are no assets listed in the pubspec, since this brick also preloads some internal flutter assets.
Think about it right now, I think it can make sense to run this in a project, even if there are no assets listed in the pubspec, since this brick also preloads some internal flutter assets.
Good to know. In that case, is the fix here something you can help document and maybe then someone else can help with the implementation?
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
Launching lib/main_development.dart on Chrome in debug mode...
for example and that the progress indicator never fills up.Expected Behavior Launch the app regardless of the asset configuration
Screenshots How it is with/without assets in the pubspec