akinsho / flutter-tools.nvim

Tools to help create flutter apps in neovim using the native lsp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] Devtools won't open after flutter update

joshpetit opened this issue · comments

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

When I run :FlutterDevTools this is outputed:

Sorry! devtools couldn't be opened
"devtools 2.9.4 doesn't support Dart 3.0.1."

Expected Behavior

It to start the devtools

Steps To Reproduce

  1. Run :FlutterDevTools with the latest dart version

Environment

- OS: Arch
- Flutter version: 3.10.1
- Is flutter in $PATH: yes
- neovim version: 0.9.0

Anything else?

Why don't the devtools start on launch? When I run the flutter run command from the cli they start but not when using the flutter run command from nvim. I'm using the DAP runner by the way.

After a while it started working 🤷.