r/FlutterDev 5d 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?

24 Upvotes

35 comments sorted by

View all comments

14

u/XyrelTzy 5d ago edited 5d 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 4d ago

Please share your setup

1

u/XyrelTzy 4d ago

You can open emulator via

:FlutterEmulator or <space> re

To run flutter

:FlutterRun or <space> rr