-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Open
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listframeworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.platform-androidAndroid applications specificallyAndroid applications specificallyteam-androidOwned by Android platform teamOwned by Android platform teamtriaged-androidTriaged by Android platform teamTriaged by Android platform team
Description
#158473 will add the SensitiveContent widget to the Flutter framework that will allow the screen to be obscured during screen share to help prevent security vulnerabilities caused by sensitive information being projected. We should determine which Flutter widgets would benefit from using SensitiveContent under the hood by default to obscure the screen when they are used, then add SensitiveContent to their implementations.
Running list of Flutter widgets that may benefit from an implementation with SensitiveContent:
TextFieldwhenobscureTextis true- A
TextFieldwith particularAutofillHintsset (like birthday, password, fullStreetAdress, etc.)
Please note that as long as #160051 is still open, if the screen obscured, it will continue to be obscured until the widget that is implemented with SensitiveContent is disposed.
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listframeworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.platform-androidAndroid applications specificallyAndroid applications specificallyteam-androidOwned by Android platform teamOwned by Android platform teamtriaged-androidTriaged by Android platform teamTriaged by Android platform team