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

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior When you run `:FlutterDevices` it takes multiple seconds to open the...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Occasionally encountering the error `[LSP][dartls] timeout`, LSP is unable to perform...

As pointed in https://fvm.app/documentation/getting-started/faq#monorepo-support FVM could be set at the root of monorepo.

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior ![image](https://github.com/akinsho/flutter-tools.nvim/assets/12584890/88528822-b86e-45f0-a29d-cd7b435467f8) Every time I import classes or do something wrong in...

In my project, we are using monorepo, so the project structure looks like this: ``` flutter-monorepo melos.yaml packages -- core -- module 1 -- module 2 -- example ``` With...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior If the highlight group `FlutterWidgetGuides` is set through `vim.api.nvim_set_hl()` in `(init.lua)`,...

For actions like hot reload or restart, or even building , launching the app, its a bit difficult to know if its actually doing anything, and if u glance away...

This PR aims to fix #282 by searching for the flutter sdk dependency from the `pubspec.yaml` file located in the root directory. This is based on the fact that the...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Chrome device is not listed when using `:FlutterDevices` but is when...

I thought a small addition to the readme might help reduce the number of issues (#298 #267 #266) created in this repo due to the related bug