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]Could not found flutter-tools command

hanasa2023 opened this issue · comments

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

I install the flutter-tools with lazy.nvim as my package manager.But I can't find the command in my nvim.
240109_18h58m32s_screenshot
240109_19h04m27s_screenshot

Expected Behavior

Work normally.

Steps To Reproduce

:FlutterRun

Environment

- OS: ArchLinux
- Flutter version:3.13.9
- Is flutter in $PATH:yes
- neovim version:v0.10.0-dev-2047+g8df374237

Anything else?

No response

And when I try to use my personal config for it. A error called "module 'flutter-tools' not found"happened.