mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Since OpenGL was being blitted, it would overwrite the color set with clear color anyway. Also fix the software rendering case that was not setting any background. This could cause a black screen to show by default, if you want the previous behaviour set the view background to transparent with: ``` GdkRGBA background_color; gdk_rgba_parse(&background_color, "#00000000"); fl_view_set_background_color(view, &background_color); ``` --------- Co-authored-by: Matthew Kosarek <matt.kosarek@canonical.com>
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: