I'm facing some problems about it
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
CodePudding user response:
You are missing flutter.js
file. Please check ./your-app/build/web
folder for the missing file(s), or try to run flutter clean
and then flutter build web
again.