Skip to content

Commit 5e863a2

Browse files
hoangnx2204Nguyễn Xuân Hoàng
andauthored
feat: Add Inspect Widget command (#509)
Co-authored-by: Nguyễn Xuân Hoàng <hoangnx@ip-192-168-10-59.ap-southeast-1.compute.internal>
1 parent 0634dc0 commit 5e863a2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lua/flutter-tools.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ local function setup_commands()
4444
command("FlutterDevToolsActivate", dev_tools.activate)
4545
command("FlutterCopyProfilerUrl", commands.copy_profiler_url)
4646
command("FlutterOpenDevTools", commands.open_dev_tools)
47+
command("FlutterInspectWidget", commands.inspect_widget)
4748
command("FlutterPubGet", commands.pub_get)
4849
command("FlutterPubUpgrade", function(data) commands.pub_upgrade_command(data.args) end, {
4950
nargs = "*",

0 commit comments

Comments
 (0)