I did these steps:
Step 1: I wrote on terminal flutter build web --web-renderer canvaskit--release
Step 2: compress the files in a zip file and uploaded on public.html inside my file manager from my cPanel:
In the past, I updated the DNS and wait 3 days to see my website running, but unfortunately I can’t see it:
What I am doing wrong, and finally, how can I solve this problem?
Thank you in advance
2
Answers
You are missing
flutter.js
file. Please check./your-app/build/web
folder for the missing file(s), or try to runflutter clean
and thenflutter build web
again.you need to update your index.html
Change