How to Build the Flutter Engine with Software Rendering as the Graphics Backend?
I am trying to build the Flutter engine from source with software rendering as the primary graphics backend. My goal is to disable GPU acceleration and force the engine to render everything using the CPU.