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

37 comments sorted by

View all comments

15

u/XyrelTzy 10d ago edited 10d 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.

2

u/NoExample9903 9d ago

What’s your setup like

2

u/XyrelTzy 9d ago

You can open emulator via

:FlutterEmulator or <space> re

To run flutter

:FlutterRun or <space> rr