secure_content 2.0.0-beta.1 copy "secure_content: ^2.0.0-beta.1" to clipboard
secure_content: ^2.0.0-beta.1 copied to clipboard

Protect Flutter screens with screenshot/recording shielding, biometric re-auth, inactivity lock, integrity checks, risk watermarks, and secure clipboard controls.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add secure_content

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  secure_content: ^2.0.0-beta.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:secure_content/secure_content.dart';
27
likes
140
points
614
downloads

Publisher

verified publisherhashstudios.dev

Weekly Downloads

Protect Flutter screens with screenshot/recording shielding, biometric re-auth, inactivity lock, integrity checks, risk watermarks, and secure clipboard controls.

Homepage
Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on secure_content

Packages that implement secure_content