Robert Ancell a79827a310
Support software rendering on Linux (#166307)
This can be enabled by setting the environment variable
FLUTTER_LINUX_RENDERER=software.
    
The purpose is to be able to test Flutter OpenGL Linux issues by running
you app in this mode. In the future this could be enhanced to
automatically switch to software if OpenGL support is not available.

Fixes https://github.com/flutter/flutter/issues/151389
2025-06-02 22:34:08 +00:00
..

Flutter Engine

Setting up the Engine development environment

See here

gclient bootstrap

Flutter engine uses gclient to manage dependencies.

If you've already cloned the flutter repository:

  1. Copy one of the engine/scripts/*.gclient to the root folder as .gclient:
    1. Googlers: copy rbe.gclient to enable faster builds with RBE
    2. Everyone else: copy standard.gclient
  2. run gclient sync from the root folder