very_good_analysis icon indicating copy to clipboard operation
very_good_analysis copied to clipboard

prefer_relative_imports should be enabled according to the Dart guides

Open tytydraco opened this issue 3 years ago • 0 comments

Hello. According to this page on the Dart guide:

When importing a library file from your own package, use a relative path when both files are inside of lib, or when both files are outside of lib. Use package: when the imported file is in lib and the importer is outside.

However, we seem to be using always_use_package_imports. Is there a reason for this?

tytydraco avatar Aug 02 '22 04:08 tytydraco