secure_application 4.1.0 copy "secure_application: ^4.1.0" to clipboard
secure_application: ^4.1.0 copied to clipboard

Secure app content visibility when user leave app. It will hide content in the app switcher and display a frost barrier above locked content when the user get backs

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add secure_application
copied to clipboard

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

dependencies:
  secure_application: ^4.1.0
copied to clipboard

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_application/secure_application.dart';
copied to clipboard
513
likes
150
points
74k
downloads

Publisher

verified publisherjezequel.org

Weekly Downloads

2024.09.13 - 2025.03.28

Secure app content visibility when user leave app. It will hide content in the app switcher and display a frost barrier above locked content when the user get backs

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_plugin_android_lifecycle, flutter_web_plugins, rxdart

More

Packages that depend on secure_application