app_blocker 1.0.3 copy "app_blocker: ^1.0.3" to clipboard
app_blocker: ^1.0.3 copied to clipboard

Cross-platform app blocking plugin for Flutter. Block apps with overlay (Android) and Screen Time Shield (iOS). Supports scheduling, focus profiles, and real-time blocking events.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add app_blocker

With Flutter:

 $ flutter pub add app_blocker

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

dependencies:
  app_blocker: ^1.0.3

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:app_blocker/app_blocker.dart';
7
likes
0
points
363
downloads

Publisher

unverified uploader

Weekly Downloads

Cross-platform app blocking plugin for Flutter. Block apps with overlay (Android) and Screen Time Shield (iOS). Supports scheduling, focus profiles, and real-time blocking events.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on app_blocker

Packages that implement app_blocker