I had the same problem and the solution was to delete de web folder of the project and recreate it with flutter create --platforms=web. Be careful if you made any customizations in the web project, it will be lost. You should make a backup of the folder and after the creation customize it again.