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

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

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';
546
likes
140
points
28.1k
downloads

Documentation

API reference

Publisher

verified publisherjezequel.org

Weekly Downloads

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)
View/report issues

License

MIT (license)

Dependencies

flutter, flutter_plugin_android_lifecycle, flutter_web_plugins, rxdart

More

Packages that depend on secure_application

Packages that implement secure_application