inactive_secure_box 0.9.5
inactive_secure_box: ^0.9.5 copied to clipboard
Show secure box (blurred child widget) as like iOS in inactive app lifecycle.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add inactive_secure_boxThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
inactive_secure_box: ^0.9.5Alternatively, 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:inactive_secure_box/inactive_secure_box.dart';