Open
Description
While writing my flutter app I started noticing that whenever I start writing an import directive like import '../'
, as soon as I write the slash the analyzer stops.
I am using custom_lint
together with riverpod_lint
.
Here is the Analyzer log, I made a Pastebin since it was exceeding the character limit.
Dart Analyzer Log
I can't seem to reproduce the error in an empty project but it's been a week now and it's really frustrating having to wait for the analyzer to restart every time I write an import statement.
Let me know if you need other details since I am not familiar with debugging LSPs and the analyzer.