screen_time_kit 0.1.0 copy "screen_time_kit: ^0.1.0" to clipboard
screen_time_kit: ^0.1.0 copied to clipboard

One Dart API for screen time, app usage, and app limits — Android and iOS, unified. Wraps Android UsageStatsManager and iOS FamilyControls / DeviceActivity / ManagedSettings behind a single, type-safe [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add screen_time_kit

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

dependencies:
  screen_time_kit: ^0.1.0

Alternatively, 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:screen_time_kit/screen_time_kit.dart';
0
likes
140
points
15
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

One Dart API for screen time, app usage, and app limits — Android and iOS, unified. Wraps Android UsageStatsManager and iOS FamilyControls / DeviceActivity / ManagedSettings behind a single, type-safe interface.

Repository (GitHub)
View/report issues

Topics

#screen-time #usage-stats #parental-control #digital-wellbeing #family-controls

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on screen_time_kit

Packages that implement screen_time_kit