secure_text_widget 0.1.0 copy "secure_text_widget: ^0.1.0" to clipboard
secure_text_widget: ^0.1.0 copied to clipboard

PlatformiOS

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.
  • SecureText widget 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 MethodChannel with no native view recreation (no flicker).
  • Graceful fallback to a plain Text on Android, web and desktop.
1
likes
150
points
329
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter text widget that stays invisible in iOS screenshots, screen recordings, AirPlay mirroring and the App Switcher, while looking like a normal Text.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on secure_text_widget

Packages that implement secure_text_widget