flutter_app_lock 4.2.0+2 copy "flutter_app_lock: ^4.2.0+2" to clipboard
flutter_app_lock: ^4.2.0+2 copied to clipboard

A Flutter package for showing a lock screen on app open and app pause.

example/lib/main.dart

import 'package:flutter/material.dart';

import 'app/app.dart';

void main({
  bool initiallyEnabled = false,
  @visibleForTesting
  Duration initialBackgroundLockLatency = const Duration(seconds: 30),
}) {
  runApp(MyApp(
    initiallyEnabled: initiallyEnabled,
    initialBackgroundLockLatency: initialBackgroundLockLatency,
  ));
}
115
likes
150
points
1.11k
downloads

Publisher

verified publishertomdev.co.uk

Weekly Downloads

A Flutter package for showing a lock screen on app open and app pause.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_app_lock