secure_content 0.1.0 copy "secure_content: ^0.1.0" to clipboard
secure_content: ^0.1.0 copied to clipboard

Protect your app from screenshots, screen recording & on recent apps screen. Works for both Android & iOS, and is in development.

Secure Content

A flutter package which allows Flutter apps to wrap up some widgets with a SecureWidget which can stop user from screen recording or screenshot the widget. Works on both Android & iOS, and is in development.


Platform Pub Package License: MIT Donate


https://user-images.githubusercontent.com/60510869/154502746-830d9198-8f11-46ba-9246-784def00f610.mp4

Features #

The package allows your app to protect content shown on screen and on recent apps screen. It shows a black color on iOS, and on Android it blocks screenshot, and shows black in screen recording. This package is in development, and more features will be added soon.

Installing #

1. Depend on it #

Add this to your package's pubspec.yaml file:

dependencies:
  secure_content: ^0.1.0

2. Install it #

You can install packages from the command line:

with pub:

pub get

with Flutter:

flutter pub get

3. Import it #

Now in your Dart code, you can use:

import 'package:secure_content/secure_content.dart';

Bugs or Requests #

If you encounter any problems feel free to open an issue. If you feel the library is missing a feature, please raise a ticket on GitHub and I'll look into it. Pull request are also welcome.

See Contributing.md.

11
likes
140
pub points
64%
popularity

Publisher

verified publisherhashstudios.dev

Protect your app from screenshots, screen recording & on recent apps screen. Works for both Android & iOS, and is in development.

Homepage
Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (LICENSE)

Dependencies

after_layout, flutter, flutter_portal, provider, screen_capture_event, screen_protector

More

Packages that depend on secure_content