mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This change adds support for forwarding scenic's viewConnected, viewDisconnected and viewStateChanged events to flutter. The corrensponding change on fuchsia side is at: https://fuchsia-review.googlesource.com/c/topaz/+/434356 Test: Includes unittest to verify the events are forwarded. Co-authored-by: Sanjay Chouksey <sanjayc@google.com>