We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd767fb commit ad5fd81Copy full SHA for ad5fd81
lua/flutter-tools/menu.lua
@@ -217,6 +217,12 @@ function M.commands(opts)
217
hint = "Clear previous logs in the output buffer",
218
command = require("flutter-tools.log").clear,
219
},
220
+ {
221
+ id = "flutter-tools-toggle-dev-log",
222
+ label = "Toggle Dev Log",
223
+ hint = "Toggle the dev log buffer",
224
+ command = require("flutter-tools.log").toggle,
225
+ },
226
{
227
id = "flutter-tools-install-app",
228
label = "Install app",
0 commit comments