flutter web folder missing
$ flutter channel beta
$ flutter upgrade
$ flutter config --enable-web
At this point, running flutter doctor should show that chrome is available.
Then, switch into your application root directory, and run
$ flutter create .