screen_time 0.7.2 copy "screen_time: ^0.7.2" to clipboard
screen_time: ^0.7.2 copied to clipboard

The Screen Time is a set of tools that lets developers create apps that help users manage their device usage and time.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add screen_time

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

dependencies:
  screen_time: ^0.7.2

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/screen_time.dart';
0
likes
160
points
573
downloads

Publisher

verified publishersolusibejo.com

Weekly Downloads

The Screen Time is a set of tools that lets developers create apps that help users manage their device usage and time.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface, web

More

Packages that depend on screen_time