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

**Describe the bug** While running Flutter applications, logs using `log()` from `dart:developer` are not showing up in the dev log. My configuration: ```lua require('flutter-tools').setup{ dev_log = { enabled = true,...

**Describe the bug** Flutter DevTools not opening when running via `dap` ##### Error shows on cammand `:FlutterDevTools` ``` Error executing vim.schedule lua callback: ...start/flutter-tools.nvim/lua/flutter-tools/dev_tools.lua:134: bad argument #1 to 'ipairs' (table...

> @rlch the reason I don't want to really entertain the idea of "toggling" the dev log is that it can be opened in any possible way that nvim allows...

I'm looking for anyone(or multiple people) working with neovim in flutter regularly who is/are willing to help maintain this plugin. I've become increasingly busy with other plugins and work, and...

announcement

**Describe the bug** ``` More than one device connected; please specify a device with the '-d ' flag, or use '-d all' to act on all devices. macOS (desktop) •...

Flutter dev log buffer is appearing in the buffer list with a filename '__FLUTTER_DEV_LOG__'. It's handy to keep that buffer visible (in a split window), but it causes problems when...

When I execute `:FlutterRun`, logs window is created and I could hot reload. This logs window is some times a distraction. Is there a command to easily toggle it on...

feature request

Flutter has a command line with some useful commands for development, some examples are: `flutter pub add packageName` this command add a package with the informed name `flutter pub run...

This is a nice feature of VSCode - when the project is being run the status line (airline, lualine, etc.) changes to a different color.

First of all thank you a lot for this plugin. I'm coming from `coc, coc-flutter` and I have to say that with `nvim-lsp-config` and your plugin everything is faster. **Describe...