secure_text_widget 0.1.0
secure_text_widget: ^0.1.0 copied to clipboard
A Flutter text widget that stays invisible in iOS screenshots, screen recordings, AirPlay mirroring and the App Switcher, while looking like a normal Text.
0.1.0 #
- Initial release.
SecureTextwidget that renders text excluded from iOS screenshots, screen recordings, AirPlay mirroring and the App Switcher preview.- API mirrors
Text:data,style,textAlign,maxLines,textDirection,softWrap. - Live style/data updates flow through a per-view
MethodChannelwith no native view recreation (no flicker). - Graceful fallback to a plain
Texton Android, web and desktop.