flutter_app_lock 1.2.0 copy "flutter_app_lock: ^1.2.0" to clipboard
flutter_app_lock: ^1.2.0 copied to clipboard

outdated

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

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:flutter_app_lock/flutter_app_lock.dart';

import 'app/app.dart';
import 'screens/lock_screen.dart';

void main() {
  runApp(AppLock(
    builder: (args) => MyApp(
      data: args,
    ),
    lockScreen: LockScreen(),
    enabled: false,
  ));
}
124
likes
0
points
1.29k
downloads

Publisher

verified publishertomdev.co.uk

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutter_app_lock