akinsho / flutter-tools.nvim

Tools to help create flutter apps in neovim using the native lsp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] FlutterRun on Windows 11

Noodle-Bug opened this issue · comments

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

:FlutterRun is giving a lua error in Windows 11. It seems to be the exact issue as in #187 , as pointing towards the flutter.bat file specifically corrects the issue. Just wanted to mention this in case the mentioned PR either didn't fix it, or if it's popped back up again.

Expected Behavior

Run project

Steps To Reproduce

  1. Open flutter project
  2. Run :FlutterRun

Environment

- OS: Windows 11

Anything else?

No response