screenveil 0.0.1
screenveil: ^0.0.1 copied to clipboard
A premium, highly customizable Flutter package to protect sensitive content with blur, images, or custom widgets when the app is in the background or app switcher.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add screenveilThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
screenveil: ^0.0.1Alternatively, 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:screenveil/screenveil.dart';