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 61 flutter-tools.nvim issues
Sort by recently updated
recently updated
newest added

Using a UI framework like [nui.nvim](https://github.com/MunifTanjim/nui.nvim) will reduce the maintenance burden of this plugin since as well as managing the LSP and finding executables we wouldn't also have to maintain...

help wanted

There are a few small things like missing commas and quotes which makes it a minor annoyance when copy-pasting. This change will annihilate that annoyance.

Hi! I usually work in flutter projects with multiple packages and I realized that lsp features like references were only analyzing the packages of the currently opened buffers. I did...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Hi, I am new to Flutter and Dart. Furthermore, I am...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior after I install neovim 0.10 code actions do not work anymore...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior I followed the documentation in the README, however I am unable...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Running :FlutterRun with fvm enabled throws ENOENT: no such file or...

When I run `FlutterDevices` i have to select a device > select a launch configuration > app runs Or `FlutterRun` > select a launch configuration > app runs [could run...

This creates an autocommand for toggling the dev log to appear and disappear. Similar implementation to the outline window. ~~Also adjusts the default width for creating a new window, something...