flutter-tools.nvim icon indicating copy to clipboard operation
flutter-tools.nvim copied to clipboard

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

Results 68 flutter-tools.nvim issues
Sort by recently updated
recently updated
newest added

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior The call to client.supports_method("textDocument/formatting") returns false when called on_attach. This was...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior When executing the command ```vim :Telescope flutter fvm ``` the following...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Github actions fails i.e. https://github.com/nvim-flutter/flutter-tools.nvim/actions/runs/11200029728 ``` Fetching the repository /usr/bin/git -c...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior When I try to run `:FlutterRun` after a while this error...

I was having some issues with my Dart LSP not even loading. Eventually I found the answer inside https://github.com/nvim-flutter/flutter-tools.nvim/issues/369#issuecomment-2327231927 which showed an lsp "cmd" option I wasn't aware of because...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior I'm trying to run a Flutter application and get this message....

in my case i got error `ERROR | Not enough disk space to run AVD ` if i start emulator manually using terminal. Using `:FlutterEmulators` does not show anything about...