1.14.0 (2024-08-29)
- config: add possibility to provide cwd via project configuration (#383) (7efc0d8), closes #329
- respect cwd when detecting is it flutter project, handle running dart-only projects (#384) (cde6625), closes #375
1.13.0 (2024-08-23)
- CI: add ability to trigger CI workflow manually (b6b62ba)
- dap: add option
evaluate_to_string_in_debug_views
(#377) (0842bbe)
1.12.0 (2024-08-19)
1.11.0 (2024-08-14)
1.10.0 (2024-06-25)
- config: add an optional pre_run_callback attribute to
setup_project
(f898850)
- ui: add check for line in buffer range (0fbb3ee)
- ui: render labels only in the document range (#360) (fd0443e)
1.9.1 (2024-05-18)
- handle deprecated vim.tbl_islist function (e9f6f65)
- replace deprecated vim.lsp.get_active_clients with vim.lsp.get_clients (c19f945)
1.9.0 (2024-03-28)
- fvm: support FVM in monorepo setup (21c4496)
1.8.0 (2024-02-14)
- don't attach lsp to buffer with empty path (78b5a42)
1.7.0 (2024-01-03)
- add option to configure flutter mode via config (#314) (69466cc)
- add performance_overlay, repaint_rainbow and slow_animations commands (deb4fa8)
- add web port param to config (#320) (b13d46b)
1.6.0 (2023-12-18)
- commands: set current device while running project (045fa0f)
1.5.1 (2023-10-04)
- dap: fix cwd not being considered (0c97d46)
1.5.0 (2023-10-01)
- dap: add custom commands to dap (af591f5)
1.4.1 (2023-09-20)
- lsp rename when files with import is opened in another buffer (29da857)
1.4.0 (2023-09-18)
1.3.1 (2023-07-24)
1.3.0 (2023-05-10)
1.2.1 (2023-05-04)
1.2.0 (2023-04-20)
1.1.0 (2023-04-18)
- add FlutterRename command (#234) (4d9391b)
- config: add project configuration (#232) (f898ac2)
- decorations: view selected project config in statusline (#241) (5967d65)
1.0.2 (2023-03-31)
- color: ensure values exist when setting colors (bdd6365)