Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 1.17 KB

README.md

File metadata and controls

53 lines (33 loc) · 1.17 KB

Screen Time API plugin for Flutter

A Flutter plugin for using Screen Time API. Only iOS is supported.

What is iOS Screen Time API?

Features

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

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();

Release all apps from discouraging

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

Contributing to this plugin

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