A Flutter plugin for using Screen Time API. Only iOS is supported.
- Screen Time | Apple Developer Documentation
- Meet the Screen Time API - WWDC21 - Videos
- What's new in Screen Time API - WWDC22 - Videos
- Show the screen selecting apps to discourage.
- Release all apps from discouraging.
final _screenTimeApiIosPlugin = ScreenTimeApiIos();
_screenTimeApiIosPlugin.selectAppsToDiscourage();
final _screenTimeApiIosPlugin = ScreenTimeApiIos();
_screenTimeApiIosPlugin.encourageAll();
This plugin's features are not enough. Please contribute to this plugin! 🙏