flutter / devtools

Performance tools for Flutter

Home Page:https://flutter.dev/docs/development/tools/devtools/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Package directories in inspector settings should end with a slash

elliette opened this issue · comments

For example:

/Users/elliottbrooks/dev/devtools/packages/devtools_app/

not

/Users/elliottbrooks/dev/devtools/packages/devtools_app

Currently we are missing the ending slash, and so are matching packages that begin the same way, e.g. /Users/elliottbrooks/dev/devtools/packages/devtools_app_shared

Screenshot 2024-01-30 at 4 58 40 PM