We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flutter crash report. Please report a bug at https://github.com/flutter/flutter/issues. ## command flutter run -d chrome ## exception StateError: Bad state: No element #0 List.last (dart:core-patch/growable_array.dart:337:5) #1 AppInspector._initialize (package:dwds/src/debugging/inspector.dart:90:35) <asynchronous suspension> #2 AppInspector.initialize (package:dwds/src/debugging/inspector.dart:156:5) <asynchronous suspension> #3 ChromeProxyService.createIsolate (package:dwds/src/services/chrome_proxy_service.dart:188:18) <asynchronous suspension>
To reproduce flutter create a new app, and change the base href in web/index.html from / to /foo/.
flutter create
web/index.html
/
/foo/
The text was updated successfully, but these errors were encountered:
This seems to be a dupe of flutter/flutter#69964
Sorry, something went wrong.
No branches or pull requests
To reproduce
flutter create
a new app, and change the base href inweb/index.html
from/
to/foo/
.The text was updated successfully, but these errors were encountered: