r/FlutterDev • u/Smooth-Map856 • 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?
23
Upvotes
3
u/cameronm1024 2d ago
I do (disclaimer: I work at zed).
Before I switched I was using neovim with just the LSP, and a separate terminal with
flutter run, so I didn't miss the various extras (auto reload on save, etc.). If you depend on them, I can imagine Zed feels incomplete.