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
Yes
6
4 replies