-
Notifications
You must be signed in to change notification settings - Fork 30.6k
[Proposal][Android] Add ability to get device RoundedCorner #97349
Copy link
Copy link
Closed
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work lista: fidelityMatching the OEM platforms betterMatching the OEM platforms betteravailable on pubA package on pub.dev can do this.A package on pub.dev can do this.c: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilityengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.platform-androidAndroid applications specificallyAndroid applications specificallyr: solvedIssue is closed as solvedIssue is closed as solvedteam-androidOwned by Android platform teamOwned by Android platform teamtriaged-androidTriaged by Android platform teamTriaged by Android platform team
Description
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work lista: fidelityMatching the OEM platforms betterMatching the OEM platforms betteravailable on pubA package on pub.dev can do this.A package on pub.dev can do this.c: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilityengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.platform-androidAndroid applications specificallyAndroid applications specificallyr: solvedIssue is closed as solvedIssue is closed as solvedteam-androidOwned by Android platform teamOwned by Android platform teamtriaged-androidTriaged by Android platform teamTriaged by Android platform team
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
StatusShow more project fields
Done (PR merged)
Known Packages
It looks like Android 12 has introduced some nice features which allow developers to get the corner radius of a device. This is a potential game changer for designs at the edge of the screen.
Any chance this can be implemented in Flutter?
https://developer.android.com/reference/android/view/RoundedCorner
https://developer.android.com/reference/android/view/WindowInsets?hl=en#getRoundedCorner(int)