screen_privacy 0.0.1
screen_privacy: ^0.0.1 copied to clipboard
The ScreenPrivacy plugin empowers Flutter developers to safeguard sensitive app content on both Android and iOS devices
example/lib/main.dart
import 'package:flutter/material.dart';
import 'package:screen_privacy_example/app.dart';
void main() {
runApp(const MyApp());
}