Chrome_executable Brave

# For ones who use MacOS and with another chromium-based browser than Google Chrome (Brave in my case). You can set in .zshrc or .bashrc

export CHROME_EXECUTABLE="/Applications/Brave Browser.app/Contents/MacOS/Brave Browser"
# After that, don't forget to source ~/.zshrc or source ~/.bashrc in the current terminal window.

flutter doctor -v
# Now, "Chrome" will be seen as "Brave".
loonix