Open
Description
See flutter/flutter#106727 for details.
How to reproduce:
- Download the minimal example
- Rename
lib/main_dev.dart
tomain.dart
- Follow instructions to debug DWDS with
flutter_tools
using the example app - Try to set a breakpoint on line 21 of
account_presentation/controllers/sign_in_controller.dart
Note:
- When the import that introduces a circular dependency (
package:router/router.dart
) is commented out, themoduleForSource
method correctly returnspackages/account_presentation/controllers/sign_in_controller.dart
. - With the import is included, it incorrectly returns
packages/home/pages/welcome_page.dart
.