Relative and absolute imports don't resolve to the same path #33432
Labels
closed-duplicate
Closed in favor of an existing report
legacy-area-front-end
Legacy: Use area-dart-model instead.
A common case we see is this:
This fails because the import in
bar.dart
resolves to a different path than what we first run, so there's two copies ofmain.dart
floating around. It results in extremely confused developers.See e.g. flutter/flutter#17575.
The text was updated successfully, but these errors were encountered: