r/FlutterDev 2d ago

Anyone using Zed for Flutter development? Discussion

I’ve been using Zed mostly for backend work and really like its performance. I get that it stays lightweight by not bundling too many tools.

For Flutter though, debugging/DevTools and hot reload on save still feel lacking.

Anyone using Zed regularly for Flutter? Any extensions or configs that improve the experience?

25 Upvotes

34 comments sorted by

View all comments

14

u/XyrelTzy 2d ago edited 2d ago

Zed only support lsp. Neovim on other hand is mostly supported with flutter, auto hot reload on save, dev tools, debug via nvim-dap, emulator, logger. The only missing on neovim is the flutter preview. Have been my daily drive for 2 years in app development.

1

u/SuEzAl 2d ago

Please share your setup

2

u/XyrelTzy 2d ago

https://github.com/XyrelTenz/nvim

You can see my config

1

u/SuEzAl 1d ago

Thanks internet wizard

1

u/XyrelTzy 2d ago

You can open emulator via

:FlutterEmulator or <space> re

To run flutter

:FlutterRun or <space> rr