You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
adnankhan74444
changed the title
Can you please add a parameter to allow screenshot as an option.
Can you please add a parameter to allow screenshot as an option?
Jun 5, 2022
+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);
}
No description provided.
The text was updated successfully, but these errors were encountered: