screen_protection 0.0.7 copy "screen_protection: ^0.0.7" to clipboard
screen_protection: ^0.0.7 copied to clipboard

The problem we identified is the need for enhanced security in our app. Many users store sensitive information within the app, making it crucial to protect their data from unauthorized access. Our sol [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add screen_protection

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

dependencies:
  screen_protection: ^0.0.7

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:screen_protection/screen_protection.dart';
4
likes
70
pub points
25%
popularity

Publisher

unverified uploader

The problem we identified is the need for enhanced security in our app. Many users store sensitive information within the app, making it crucial to protect their data from unauthorized access. Our solution is to implement a protection screen that will act as a barrier to the app's content, requiring authentication before granting access

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, hive_flutter, local_auth, plugin_platform_interface

More

Packages that depend on screen_protection