flutter_screenshot_guard 1.0.0 copy "flutter_screenshot_guard: ^1.0.0" to clipboard
flutter_screenshot_guard: ^1.0.0 copied to clipboard

Secure screen protection for fintech apps. Disable screenshots, disable screen recording, and blur app when in background. Essential for banking, wallet, and password apps.

1.0.0 #

  • Initial release.
  • Disable screenshots: Android via FLAG_SECURE; iOS via blur when capture/background.
  • Disable screen recording: Android via FLAG_SECURE; iOS blur when UIScreen.isCaptured.
  • Blur app when in background: Overlay on app switcher / recents (Android & iOS).
  • Optional blur intensity (0.0–1.0).
  • APIs: enableSecureMode, disableSecureMode, enableScreenshotBlocking, disableScreenshotBlocking, enableBlurOnBackground, disableBlurOnBackground, setBlurIntensity.
0
likes
150
points
132
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

Secure screen protection for fintech apps. Disable screenshots, disable screen recording, and blur app when in background. Essential for banking, wallet, and password apps.

Repository (GitHub)
View/report issues

Topics

#security #fintech #screenshot #screen-recording #banking

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_screenshot_guard

Packages that implement flutter_screenshot_guard