secure_application
secure_application copied to clipboard
Can you please add a parameter to allow screenshot as an option?
@neckaros any update about this?
+1 I needed hidden app in background switcher with possibility of taking screenshots. For my use case I found workaround: iOS working without that but for Android purposes I added this from import 'package:flutter_windowmanager/flutter_windowmanager.dart' library
secureAppNotifier.secure();
if (Platform.isAndroid) {
FlutterWindowManager.clearFlags(
FlutterWindowManager.FLAG_SECURE);
}