-
Notifications
You must be signed in to change notification settings - Fork 87
Open
Labels
P2A bug or feature request we're likely to work onA bug or feature request we're likely to work onpackage:dwdstriaged
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
.
markbeij, edhom, Sese-Schneider, pknuth, IchordeDionysos and 4 more
Metadata
Metadata
Assignees
Labels
P2A bug or feature request we're likely to work onA bug or feature request we're likely to work onpackage:dwdstriaged