Skip to content

Conversation

@vaspadi
Copy link
Contributor

@vaspadi vaspadi commented Sep 27, 2025

Problem

I wasn’t able to open DevTools either via :FlutterOpenDevTools or automatically when starting a debug session.
This issue has existed for several months, but I managed by manually running DevTools with fvm dart devtools and copying the URL from the REPL.

Screenshot 2025-09-27 163535

Solution

The root cause was the use of the explorer command on Windows. explorer truncated the URL and opened an invalid path. I replaced it with start and adjusted the method so that it executes successfully without raising ENOENT: no such file or directory.

Environment

  • OS: Windows 11 Home
  • GNU bash: 5.2.37(1)-release (x86_64-pc-msys)
  • FVM: v3.2.1
  • flutter-tools.nvim: Commit 65b7399
  • Neovim: v0.11.4

Copy link
Collaborator

@sidlatau sidlatau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix!

@sidlatau sidlatau merged commit 69db9cd into nvim-flutter:main Oct 20, 2025
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants