Skip to content

Releases: nvim-flutter/flutter-tools.nvim

v1.14.0

Choose a tag to compare

@github-actions github-actions released this 30 Aug 05:19
eda1d75

1.14.0 (2024-08-29)

Features

  • 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

Bug Fixes

v1.13.0

Choose a tag to compare

@github-actions github-actions released this 23 Aug 10:32
e6671ce

1.13.0 (2024-08-23)

Features

  • CI: add ability to trigger CI workflow manually (b6b62ba)
  • dap: add option evaluate_to_string_in_debug_views (#377) (0842bbe)

Bug Fixes

v1.12.0

Choose a tag to compare

@github-actions github-actions released this 19 Aug 20:57
c8bea71

1.12.0 (2024-08-19)

Features

  • labels: add option to set closing tag virtual text priority (#373) (18a28d6)

v1.11.0

Choose a tag to compare

@github-actions github-actions released this 14 Aug 11:03
cd4222b

1.11.0 (2024-08-14)

Features

  • add ability to filter flutter output in dev log (#371) (654c477)

v1.10.0

Choose a tag to compare

@github-actions github-actions released this 25 Jun 10:55
5aa227f

1.10.0 (2024-06-25)

Features

  • config: add an optional pre_run_callback attribute to setup_project (f898850)

Bug Fixes

  • ui: add check for line in buffer range (0fbb3ee)
  • ui: render labels only in the document range (#360) (fd0443e)

v1.9.1

Choose a tag to compare

@github-actions github-actions released this 19 May 10:29
e122657

1.9.1 (2024-05-18)

Bug Fixes

  • handle deprecated vim.tbl_islist function (e9f6f65)
  • replace deprecated vim.lsp.get_active_clients with vim.lsp.get_clients (c19f945)

v1.9.0

Choose a tag to compare

@github-actions github-actions released this 19 Apr 11:13
2b0f092

1.9.0 (2024-03-28)

Features

  • fvm: support FVM in monorepo setup (21c4496)

Bug Fixes

  • guides: prevent overwriting custom guide colors (#335) (e44df1c)

v1.8.0

Choose a tag to compare

@github-actions github-actions released this 19 Feb 17:55
ac52972

1.8.0 (2024-02-14)

Features

Bug Fixes

  • don't attach lsp to buffer with empty path (78b5a42)

v1.7.0

Choose a tag to compare

@github-actions github-actions released this 03 Jan 13:10
b65ad58

1.7.0 (2024-01-03)

Features

  • 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)

v1.6.0

Choose a tag to compare

@github-actions github-actions released this 18 Dec 15:30
6cbe2cd

1.6.0 (2023-12-18)

Features

  • commands: add install/uninstall commands to menu (#315) (cd73844)

Bug Fixes

  • commands: set current device while running project (045fa0f)