mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
* Update the GLFW example callbacks. * Update the dart example. * Update CMakeLists * Update library dependencies in the BUILD file. * Documenting. * Formatting. * Update the callback name. * Move glfw_drm example to a new folder. * Create new example folder for drm_embedder. * Add the flutter spinkit dependency * Update BUILD files. * Do not compile glfw_drm example if running it on mac. * Update the executable name for the glfw_drm example. * Avoid looking for the surface and display every time since they are always the same. * Formatting. * GN formatting. * Update the way the user malloc's the existing damage * Update comment * Update example and add gitignore. Co-authored-by: Bernardo Eilert Trevisan <btrevisan@google.com>