Get Flutter Source Map [Pro]
flutter_get_source_mapMap every user-created Flutter widget to its file, line, and column in source code, linking visual elements directly to their code location.
Instructions
[Pro] Map every user-created widget to its source code location (file:line:column). This is the key tool for connecting what you see on screen to where it is in code. Returns a list of {widget, file, line, column} entries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||