akinsho / flutter-tools.nvim

Tools to help create flutter apps in neovim using the native lsp
MIT License
935 stars 75 forks source link

[Help] `flutter attach` command support? #302

Open BlackCatHehe opened 8 months ago

BlackCatHehe commented 8 months ago

Is there an existing issue for this?

Current Behavior

I have project for iOS and flutter mixed development, I have set up then vim with doc, but I don't know how to use flutter attach command to connect the app. Is currently not supporting this?

Expected Behavior

use flutter attach command

Steps To Reproduce

  1. run ios app
  2. open nvim
  3. run flutter attach
  4. coding

Environment

- OS: MacOS 14.0
- Flutter version: 3.1.3
- Is flutter in $PATH: yes
- neovim version: 0.9.2

Anything else?

No response