secure_application 4.0.1 copy "secure_application: ^4.0.1" to clipboard
secure_application: ^4.0.1 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.0.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_application/secure_application.dart';
437
likes
130
pub points
93%
popularity

Publisher

verified publisherjezequel.org

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

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, flutter_plugin_android_lifecycle, flutter_web_plugins, rxdart

More

Packages that depend on secure_application