flutter-tools.nvim
flutter-tools.nvim copied to clipboard
Tools to help create flutter apps in neovim using the native lsp
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior I have project for iOS and flutter mixed development, I have...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Current Behavior `:FlutterRun` is giving a lua error in Windows 11. It seems...
hi, I ran into an issue that I couldn't start debugging. The error was about "dart:ui" inaccessible for this platform so I figured out it tries to run dart instead...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior When running `:FlutterStart` or `dap.continue()`, a new shell window is opened,...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Emm. this is because I made a tool to auto config...
On NixOS using a different `flutter` binary is needed or else commands like `:FlutterRun` won't work as the `flutter` binary that's with `dart-sdk` is different from the "wrapped" `flutter` in...
dap launch config selector wasn't using the default ui option for this project When selected a dap project that doesn't have deviceId specified, it will run twice, having to select...
When running a debug/profile flutter app executable, you get `flutter: The Dart VM service is listening on http://127.0.0.1:12345/`. You can connect to it in vscode or by typing `flutter attach...
Some system like NixOS, the dart is nested within `flutter/bin` which leads to the error where dart will not be found as current implementation. This patch adds the `flutter/bin/cache/dart-sdk/bin` to...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Throwing follwoing error: Error executing vim.schedule lua callback: ...re/nvim/lazy/flutter-tools.nvim/lua/flutter-tools/ui.lua:79: attempt to...