From: ``` import '../lib/foo.dart'; ``` to: ``` import 'package:foo/foo.dart'; ``` This used to work but now it is a linter error and can cause the dart compiler to be confused.
From:
to:
This used to work but now it is a linter error and can cause the dart compiler to be confused.