managed_settings_ios 0.1.0
managed_settings_ios: ^0.1.0 copied to clipboard
A Flutter plugin for managing iOS Screen Time settings to block apps during sleep mode using Apple's ManagedSettings framework.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add managed_settings_iosThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
managed_settings_ios: ^0.1.0Alternatively, 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:managed_settings_ios/managed_settings_ios.dart';