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

The `flutter` package in nix doesn't expose the dart binary in `/bin/dart`. The binary is only found in the Dart SDK (`/bin/cache/dart_sdk/bin/dart`). This PR prefers the dart binary located in...

I have a Project Structure that looks like... Root - Packages - Package1 - Package2 - Package3 My FlutteRun needs to execute from Package 2 (where my main.dart lives). If...

help wanted

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior I installed this plugin in Nvchad environment. But Highlighting not work...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior DEV LOG is positioned right. ### Expected Behavior It would be...

Currently, to build projects using build runner, we have to do this in a separate terminal window. I would like to be able to run this as a command! i.e....

I see some codes in the source code but I don't see any commands related. Thanks!

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior The plugin does not work if I name my file something_test.dart...

Thank you to all of the contributors. I love this plugin so far. I hope you know that you people are awesome. Thanks a ton

fix #325 I added a default option to set_hl to prevent overwriting custom colors in FlutterWidgetGuids.

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior When I start a flutter run command on a library, the...