secure_application 3.0.4
secure_application: ^3.0.4 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: ^3.0.4
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';