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
Describe the bug
The dart analyzer has terminated
The Dart analyzer stopped working in some cases
When adding certain keywords
When running an app on a physical device using wireless debugging
To Reproduce
Steps to reproduce the behavior:
Open Vs Code
Add the const keyword to the constructor and also return something Code
This also happens if you connect your device using wireless debugging and run the app (I tested on different flutter projects and every time it says dart analyzer ...)
Expected behavior
There should be a warning message, not the dart analyzer to stop working.
Screenshots
Screenshot 1
Screenshot 2 (With Issue)
Please complete the following information:
Operating System and version:
VS Code version: 1.80.1
Dart extension version: 3.68.1
Dart/Flutter SDK version: 3.10.6
Target device (if the issue relates to Flutter debugging):
The text was updated successfully, but these errors were encountered:
Describe the bug
The dart analyzer has terminated
The Dart analyzer stopped working in some cases
To Reproduce
Steps to reproduce the behavior:
Open Vs Code
Add the
const
keyword to the constructor and also return something CodeThis also happens if you connect your device using wireless debugging and run the app (I tested on different flutter projects and every time it says dart analyzer ...)
Expected behavior
There should be a warning message, not the dart analyzer to stop working.
Screenshots
Screenshot 1
Screenshot 2 (With Issue)
Please complete the following information:
The text was updated successfully, but these errors were encountered: