Search code examples
linuxfluttergoogle-chromechromium

Flutter Chrome Executable only works not with chromium


i just have a question about Flutter on Linux with Chromium.

As far as i know, i need any Chromium based browser to run Flutter with it. But after a fresh Chromium installation, Flutter didn't want to go with it. So i decided to install google-chrome and then run Flutter -doctor

After that, Chromium was accepted. Does anyone know how the installation of google-chrome affects a Chromium installation on Linux?


Solution

  • This should work without need to install Chrome

    export CHROME_EXECUTABLE=chromium