We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0634dc0 commit 5e863a2Copy full SHA for 5e863a2
1 file changed
lua/flutter-tools.lua
@@ -44,6 +44,7 @@ local function setup_commands()
44
command("FlutterDevToolsActivate", dev_tools.activate)
45
command("FlutterCopyProfilerUrl", commands.copy_profiler_url)
46
command("FlutterOpenDevTools", commands.open_dev_tools)
47
+ command("FlutterInspectWidget", commands.inspect_widget)
48
command("FlutterPubGet", commands.pub_get)
49
command("FlutterPubUpgrade", function(data) commands.pub_upgrade_command(data.args) end, {
50
nargs = "*",
0 commit comments