From ed11bb851561662c539bb7c21052c05b687d6b4d Mon Sep 17 00:00:00 2001 From: yaso Date: Tue, 30 Jun 2026 12:52:17 +0200 Subject: [PATCH] add flutter build commands --- lua/plugins/flutter.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lua/plugins/flutter.lua b/lua/plugins/flutter.lua index 3cbef80..bbf4f2e 100644 --- a/lua/plugins/flutter.lua +++ b/lua/plugins/flutter.lua @@ -92,7 +92,8 @@ return { user_command("FEmulators", "FlutterEmulators", {}) user_command("FLogs", "FlutterLogToggle", {}) user_command("FLogsClear", "FlutterLogClear", {}) - + user_command("FBuild", "split | term dart run build_runner build --delete-conflicting-outputs", {}) + user_command("FWatch", "split | term dart run build_runner watch --delete-conflicting-outputs", {}) -- Target-specific Run Command user_command("FRunT", function(opts) vim.cmd("FlutterRun --web-port 1995 --target=" .. opts.args)