-
Notifications
You must be signed in to change notification settings - Fork 340
Closed
Labels
upstream in dart / flutterNeeds changing in Dart or FlutterNeeds changing in Dart or Flutter
Description
I'm not sure if this is a problem with DartCode or some kind of analysis daemon.
- I have a package that utilizes custom Builder, like r_flutter.
- New person joins the team, and downloads git.
- When they launch the project in VSCode, the code was not generated yet, so there are errors.
- New person runs
flutter generate, the command suceeds, but errors are still there. - New person executes "Reload window" and errors disappear.
Similiar issues may also happen after flutter clean or switching branch.
I think it would be ideal if VSCode could handle this automatically: do not perform analysis until files have been generated.
EDIT: as requested I will divide this into 2 issues. The problem here is that error remain after running flutter generate - user needs to reload window to fix this.
tomgilder and mentoc3000
Metadata
Metadata
Assignees
Labels
upstream in dart / flutterNeeds changing in Dart or FlutterNeeds changing in Dart or Flutter