What is the optimal way to resolve the asset cache issue after flutter deprecated loadEntrypoint function
A part of my index.html code used to be like below. I use to run a script to create buildVersion directory, move assets there and template the {{buildVersion}} after the flutter build web
job completes which would solve the cache issue related to assets (js files, images) on each layer of my infra (cloudflare, browser etc..)