Open DFelten opened 3 years ago
Is it possible to add an option to restart the dart analysis server after the build runner is completed? Currently we have to do this manually when there are external changes from the build runner.
Idea: Provide a new button called 'Dart Analysis' in the completion dialog, click it to execute dartanalyzer lib https://dart.dev/tools/dartanalyzer
dartanalyzer lib
Is it possible to add an option to restart the dart analysis server after the build runner is completed? Currently we have to do this manually when there are external changes from the build runner.