You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.../dicee-flutter$ flutter build web
Running "flutter pub get" in dicee-flutter...
Missing index.html
.../dicee-flutter$ flutter run -d chrome
This application is not configured to build on the web.
To add web support to a project, run flutter create ..
.../dicee-flutter$ flutter create .
"dicee-flutter" is not a valid Dart package name.
... DO use `lowercase_with_underscores' for package names.
....
.../dicee_flutter$ flutter run -d chrome
Launching lib/main.dart on Chrome in debug mode...
Building application for the web...
The text was updated successfully, but these errors were encountered:
xpat
changed the title
dicee-flutter is not a valid Dart package name, Flutter web, missing index.html
dicee-flutter is not a valid Dart package name, change to dicee_flutter (underscore, not hypen)
Jan 28, 2020
xpat
changed the title
dicee-flutter is not a valid Dart package name, change to dicee_flutter (underscore, not hypen)
dicee-flutter is not a valid Dart package name, change to dicee_flutter (underscore, not hyphen)
Jan 28, 2020
Yes, quite philosofically interesting inherent bug, which guaraneed can not be solved HERE. As soon as sombody solved it, this will happen NOT here. Brute solution is to kill repo at all, but url hardwired into the course lesson. Lets put it into the folder Minus-mistake and it's sticky consequences
.../dicee-flutter$ flutter build web
Running "flutter pub get" in dicee-flutter...
Missing index.html
.../dicee-flutter$ flutter run -d chrome
This application is not configured to build on the web.
To add web support to a project, run
flutter create .
..../dicee-flutter$ flutter create .
"dicee-flutter" is not a valid Dart package name.
...
DO use `lowercase_with_underscores' for package names.
....
...appBrewery$ mv dicee-flutter/ dicee_flutter/
...dicee_flutter$ flutter create .
Recreating project ....
dicee_flutter.iml (created)
test/widget_test.dart (created)
...
Wrote 35 files.
All done!
.../dicee_flutter$ flutter run -d chrome
Launching lib/main.dart on Chrome in debug mode...
Building application for the web...
The text was updated successfully, but these errors were encountered: