I can't get a web release from my flutter app
when I use flutter build web
I see this Error : Missing index.html
Then I run the flutter create
but I facing by this Error : No option specified for the output of directory. Create a new flutter project.
However the my project is a new project and I have not made any changes to it
I forgot the last point "." of flutter create
flutter create
is false
flutter create .
is true