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

Say, I can run a test like so: `flutter test --plain-name "parse topstories.json" test/json_test.dart` How do I trigger dap to debug it? I tried set breakpoints and trigger `:lua require'dap'.continue()`...

I wanted to be able to have closing labels do something like `` (or at least play with the idea). This change should be backwards compat with `prefix`

I've just discovered the `dart fix --apply` and the `dart fix --dry-run` commands which can apply all the analyser preview then apply all the analyser fixes. I think this functionality...

hi, is there config to add default args for FlutterRun? Also, is there a way to add custom menu to aforementioned FlutterRun (with default args) for Telescope? I currently use...

feature request

Hi! Is there a way to disable icons for the outline? I'm not using a nerd font with those glyphs.

feature request

It's not possible to see all the commands as shown in the picture anymore and might confuse some people ![image](https://user-images.githubusercontent.com/13708100/118401627-b2f12680-b666-11eb-9147-f7426590d992.png)

Not sure if the flutter binary supports this but dart code advertises this feature so it's worth looking into.

I've done some preliminary work to integrate dev tools. This should be surfaced and documented and also tweaked to make it easier to use

**Describe the bug** The same configuration is not working in windows that worked in Linux. I'm attaching a video for reference. [Video](https://drive.google.com/file/d/15t-bSIWUOQP59x1vd6WLIy2RuROuT_85/view?usp=sharing) **To Reproduce** Steps to reproduce the behavior: 1....

I noticed sometimes the `__FLUTTER_DEV_LOG__` buffer does not follow the latest debug lines in a "tail -f" manner, and sometimes it does. This is something that could be useful to...