mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
`MouseCursor` is a singleton that works by accessing `flutterViewEmbedder` directly. After this PR, `MouseCursor` becomes a non-singleton that takes a `FlutterView` and controls the mouse cursor for said view. Part of https://github.com/flutter/flutter/issues/134443
This directory includes scripts and tools for continuous integration tests.