From e5fc44d9da497a4d01f56b0681cec928fec092cb Mon Sep 17 00:00:00 2001 From: Lewis Arias Date: Thu, 18 May 2023 20:12:25 -0400 Subject: [PATCH 1/5] Add `flutter_bin` override --- lua/flutter-tools/executable.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lua/flutter-tools/executable.lua b/lua/flutter-tools/executable.lua index 3807a4f9..8b8a6c0a 100644 --- a/lua/flutter-tools/executable.lua +++ b/lua/flutter-tools/executable.lua @@ -120,7 +120,8 @@ function M.get(callback) if config.flutter_path then local flutter_path = fn.resolve(config.flutter_path) - _paths = { flutter_bin = flutter_path, flutter_sdk = _flutter_sdk_root(flutter_path) } + local flutter_bin = config.flutter_bin or flutter_path + _paths = { flutter_bin = flutter_bin, flutter_sdk = _flutter_sdk_root(flutter_path) } _paths.dart_sdk = _dart_sdk_root(_paths) _paths.dart_bin = _flutter_sdk_dart_bin(_paths.flutter_sdk) return callback(_paths) From 6849444ae4d62aa49b5c3665cbef0703057263ca Mon Sep 17 00:00:00 2001 From: Clinton James Date: Sat, 17 Jun 2023 08:20:52 -0500 Subject: [PATCH 2/5] docs(README): add lazy install instructions Co-authored-by: Akin <22454918+akinsho@users.noreply.github.com> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 68fbfa9f..8f262aee 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,7 @@ using `lazy.nvim` 'nvim-lua/plenary.nvim', 'stevearc/dressing.nvim', -- optional for vim.ui.select }, + config = true, } ``` From 00f6e30f48f7f5fea37978a962f41087352518df Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 17 Jun 2023 13:21:30 +0000 Subject: [PATCH 3/5] chore(build): auto-generate vimdoc --- doc/flutter-tools.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/flutter-tools.txt b/doc/flutter-tools.txt index 5e20ded0..e8b6b401 100644 --- a/doc/flutter-tools.txt +++ b/doc/flutter-tools.txt @@ -1,4 +1,4 @@ -*flutter-tools.txt* For Neovim >= 0.8.0 Last change: 2023 May 14 +*flutter-tools.txt* For Neovim >= 0.8.0 Last change: 2023 June 17 ============================================================================== Table of Contents *flutter-tools-table-of-contents* @@ -106,6 +106,7 @@ using `lazy.nvim` 'nvim-lua/plenary.nvim', 'stevearc/dressing.nvim', -- optional for vim.ui.select }, + config = true, } < From e2f0ed1fd038fb545a0df635e5a4f371dc1e1a41 Mon Sep 17 00:00:00 2001 From: Akin Sowemimo <22454918+akinsho@users.noreply.github.com> Date: Thu, 6 Jul 2023 09:58:23 +0100 Subject: [PATCH 4/5] docs(README): remove references to outline code actions This feature is due to be deprecated and doesn't work --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 8f262aee..c28aea3b 100644 --- a/README.md +++ b/README.md @@ -178,11 +178,6 @@ such as `:FlutterRun --flavor `, `:FlutterRun --no-sound-null-safety`. ## `FlutterOutline` The outline window allows you to see the high level layout of the current buffer. -You can also apply code actions by pressing a on a widget. Then selecting -a code action and pressing Enter. Please note you have to wait very briefly for -the code action to be applied and the window to be updated. - -![code_action_flutter](https://user-images.githubusercontent.com/22454918/127739980-04517ad2-679f-4f6c-bca4-4dd85372287b.gif) ### Full Configuration From 81dd5a84f63ec3c953ad3609f5ac727d36d1fb45 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 6 Jul 2023 08:59:43 +0000 Subject: [PATCH 5/5] chore(build): auto-generate vimdoc --- doc/flutter-tools.txt | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/doc/flutter-tools.txt b/doc/flutter-tools.txt index e8b6b401..69435c64 100644 --- a/doc/flutter-tools.txt +++ b/doc/flutter-tools.txt @@ -1,4 +1,4 @@ -*flutter-tools.txt* For Neovim >= 0.8.0 Last change: 2023 June 17 +*flutter-tools.txt* For Neovim >= 0.8.0 Last change: 2023 July 06 ============================================================================== Table of Contents *flutter-tools-table-of-contents* @@ -209,9 +209,7 @@ otherwise pass on the commandline such as `:FlutterRun --flavor `, FLUTTEROUTLINE *flutter-tools-usage-flutteroutline* The outline window allows you to see the high level layout of the current -buffer. You can also apply code actions by pressing a on a widget. Then -selecting a code action and pressing Enter. Please note you have to wait very -briefly for the code action to be applied and the window to be updated. +buffer. FULL CONFIGURATION ~ @@ -538,9 +536,8 @@ This will open your lsp logs. You can then check for any error messages. 6. *Outline window*: ./.github/outline.gif 7. *closing tags*: ./.github/closing_tags.png 8. *app_version*: https://user-images.githubusercontent.com/22454918/126676393-ad42019d-c56e-4cc7-b139-8e050e4861e8.png -9. *code_action_flutter*: https://user-images.githubusercontent.com/22454918/127739980-04517ad2-679f-4f6c-bca4-4dd85372287b.gif -10. *telescope picker*: https://user-images.githubusercontent.com/22454918/113897929-495a3e80-97c3-11eb-959f-9574319cd93c.png -11. *telescope fvm*: https://user-images.githubusercontent.com/35163478/137667084-98c00c4b-ff8c-4d1e-869e-d2d51cf86f7e.png +9. *telescope picker*: https://user-images.githubusercontent.com/22454918/113897929-495a3e80-97c3-11eb-959f-9574319cd93c.png +10. *telescope fvm*: https://user-images.githubusercontent.com/35163478/137667084-98c00c4b-ff8c-4d1e-869e-d2d51cf86f7e.png Generated by panvimdoc