I just downloaded a project from GitHub
(https://github.com/pichillilorenzo/flutter_browser_app). and when I run that using flutter run -d chrome --release it's showing an error
https://drive.google.com/file/d/1cXnLmX-gXeOiI56Cv4oeVcyVFdDlqd02/view?usp=sharing
(I've tried this "$ flutter build web" is throwing the error "Missing index.html"? but DIDN'T WORK )
I can run other projects in chrome
the output of flutter doctor
https://drive.google.com/file/d/1cXnLmX-gXeOiI56Cv4oeVcyVFdDlqd02/view?usp=sharing
In short, I just want to run this project on chrome.