I am making a Flutter app and I need to make sure the user is not able to capture screenshot of the app (any screen). Is there any way to achieve this in Flutter or do I nee
You could maybe listen for the screenshot keys on iOS and when the combination is being pressed blacken the screen.