Flutter 应用程序正在模拟器中运行,但 Flutter Widget Inspector 未显示

发布于 2025-01-11 03:07:49 字数 409 浏览 0 评论 0原文

我正在模拟器上成功运行我的 flutter 应用程序。但是,我需要使用 Widget Inspector 进行测试。

要运行我的应用程序,我使用以下命令:

flutter run --flavor dev -t lib/main_prod.dart

但是,当我使用调色板调出“Open DevTools”时,我最终得到的是如图所示

noInspector

我在运行我的应用程序之前已经运行了 flutter clean,但它仍然不起作用。

请帮忙!

I am running my flutter app successfully on my emulator. However, I need the use of the Widget Inspector for testing purposes.

To run my app I use the following:

flutter run --flavor dev -t lib/main_prod.dart

However, when I use the palette to bring up the "Open DevTools" I end up getting what is shown in the image

noInspector

I've run flutter clean before running my app and it still didn't work.

Please help!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

梦中的蝴蝶 2025-01-18 03:07:50

当您在终端中通过命令运行它时,您将看到在此过程中生成的 URL。

输入此 URL 以在浏览器上的 DevTools 中进行连接

如果您的项目需要使用旧版本3.3.9,你可以做到。如果没有,您可以升级到版本 3.7.4

When you run it by your command in a terminal, you will see the URL which is generated during the process.

Enter this URL to connect in DevTools on your browser

If your project requires to use of an old version of 3.3.9, you could do it. If not, you could upgrade to version 3.7.4

撞了怀 2025-01-18 03:07:49

没关系,我已经弄清楚了。

我一直在寻找典型的弹出工具栏并忽略了这一点:
keyCommands

只需按“h”即可“列出所有可用的交互式命令”。提出了一个更全面的列表,其中包含检查员选项:

moreKeyCommands

按“v”可以打开此处的颤动工具。

Never mind, I figured it out.

I was looking for the typical pop-up tool bar and overlooked this:
keyCommands

Simply pressing "h" for "List all available interactive commands." brought up a more comprehensive list with the option for an inspector:

moreKeyCommands

Pressing "v" to open the flutter tools here works.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文