Hi everyone,
I'm developing an app that handles sensitive information, and I want to ensure user privacy. I came across this plugin:
https://pub.dev/packages/privacy_screen,
which seems to address the issue by preventing app content from being visible in the app switcher or when the app is in the background.
Does anyone have experience integrating this plugin into a FlutterFlow project? Alternatively, are there any other solutions or best practices you'd recommend to ensure sensitive data isn't displayed when the app is minimized or switched?
Thanks in advance for your help!