screen_time_api_ios 0.0.1 copy "screen_time_api_ios: ^0.0.1" to clipboard
screen_time_api_ios: ^0.0.1 copied to clipboard

A Flutter plugin for using iOS ScreenTime API

ScreenTime API plugin for Flutter #

A Flutter plugin for using iOS ScreenTime API.

Features #

  • Show the screen selecting apps to discourage added.
  • Show all apps from discouraging added.

Getting Started #

1. Add the capability in Xcode #

2. Request apple to use Family Control API #

Usage #

select apps To discourage #

final _screenTimeApiIosPlugin = ScreenTimeApiIos();
_screenTimeApiIosPlugin.selectAppsToDiscourage();

Encourage all apps (Release restrictions) #

final _screenTimeApiIosPlugin = ScreenTimeApiIos();
_screenTimeApiIosPlugin.encourageAll();

Contributing to this plugin #

This plugin's features are not enough. Please contribute to this plugin! 🙏

15
likes
0
points
59
downloads

Publisher

verified publisherkboy.jp

Weekly Downloads

A Flutter plugin for using iOS ScreenTime API

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on screen_time_api_ios