I am having intellisense errors in FF editor because the imports are not being recognized, even the automatic imports. The code actually works, there is no errors in build and runtime, just in editor. I want this to work because I want to inspect the class available methods, autocompletion etc.
All the auto imports are returning this error:Target of URI doesn't exist: 'package:flutter/material.dart'.
Try creating the file referenced by the URI, or try using a URI for a file that does exist. dart(uri_does_not_exist)
Automatic Import Errors
Custom Code
This problem occurred some times in the past and I fixed it by clearing the browser cache, but now it is not working anymore. This problem is in every custom code.
Yes
6
4 replies