-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Open
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projecta: desktopRunning on desktopRunning on desktopc: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilitycustomer: crowdAffects or could affect many people, though not necessarily a specific customer.Affects or could affect many people, though not necessarily a specific customer.customer: octopodcustomer: web10frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.team-frameworkOwned by Framework teamOwned by Framework teamtriaged-frameworkTriaged by Framework teamTriaged by Framework team
Description
On desktop platforms with a mouse or trackpad, the pointer cursor typically changes in response to context.
This isn't yet possible on Flutter, and it should be possible.
The types of cursors and detectors that are needed for this feature are:
- "pointing finger" 👆cursors for controls and detectors for controls
- I-beam cursors for text fields and detectors for text fields
- Resize cursors for handles and detectors for resize handles.
- "Processing" spinner cursors and detectors.
- Custom cursors (including an "empty" cursor for hiding).
Progression tracker:
- Basic mouse cursor framework (System mouse cursors #54171)
- Basic mouse cursor engines
- Android (System mouse cursor: Android engine#18569)
- macOS (System mouse cursor: macOS engine#18131)
- GLFW (very low priority)
- Windows (Implement cursor support for Windows engine#19459)
- Web (System mouse cursor: Web engine#17718)
- GTK (Add FlMouseCursorPlugin engine#18888)
- Support all system mouse cursors (Add the remaining system mouse cursors #60641)
- Add the last cursor
IDC_UPARROW(Low priority; suggestion appreciated [Windows] Add mouse cursor "vertical arrow" IDC_UPARROW and other missing cursors #61397)
- Add the last cursor
- Add mouse cursor API to widgets
- Image cursor framework [Desktop] Support custom cursor #89351
- iPadOS support: See Support iPadOS pointer interactions #55809
Sacchid, daniilguit, johnpryan, modulovalue, pilwon and 63 more
Metadata
Metadata
Assignees
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projecta: desktopRunning on desktopRunning on desktopc: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilitycustomer: crowdAffects or could affect many people, though not necessarily a specific customer.Affects or could affect many people, though not necessarily a specific customer.customer: octopodcustomer: web10frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.team-frameworkOwned by Framework teamOwned by Framework teamtriaged-frameworkTriaged by Framework teamTriaged by Framework team