Open holzgeist opened 2 months ago
@holzgeist Please let me know if you're still gonna work on this change. Otherwise, I can commandeer it for you and take it to the finish line. Thanks.
Hi @diegotori ,
thanks for the feedback. I'm going to work on it, probably today, maybe tomorrow
@diegotori actually I need to solve some other issues before I have a working web-build to test this one. If you could commandeer this, it would be great, thanks :pray:
Description
if a web-app is deployed using
--base-href=/path/to/deployed/flutter/app
during build, the URLs starting with./assets
won't work anymore. Using assetManager will properly resolve them. It usesassetBase
from the loader config specified hereNB :warning:
I only tested the
url.startsWith('assets/')
code path as it's the only one used in the library. It should work the same for./
though