parental_gates 0.0.3 copy "parental_gates: ^0.0.3" to clipboard
parental_gates: ^0.0.3 copied to clipboard

Safeguard your child online with a mandated parental gate in Kids category apps, as per App Store guidelines. This feature ensures children can't access commerce-related activities without parental co [...]

parental_gates #

A parental gate is a feature incorporated into apps in the Kids category to ensure that children cannot access commerce-related activities or external online content without the awareness and consent of their parent or guardian. The App Store Review Guidelines mandate the use of parental gates for these apps. To enhance their effectiveness, a recommended approach involves randomizing the questions and answers in the gate, preventing children from memorizing the responses. This safeguards the child's online experience, ensuring that they engage safely within the app. It's important to note that the parental gate requirement primarily focuses on preventing unauthorized access to certain features and content and is distinct from securing parental consent for collecting personal data from children, which is governed by separate regulations.

Reference #

https://developer.apple.com/app-store/kids-apps/

A Flutter plugin for Parental Gates. #

Android iOS MacOS Web Linux Windows

Usage #

To use this plugin, add parental_gates as a dependency in your pubspec.yaml file.

dependencies:
    parental_gates: ^0.0.1
copied to clipboard

Example #

import package in project file

import 'package:  parental_gates/  parental_gates.dart';
copied to clipboard

Call Function

ElevatedButton(
  onPressed: () {
    Permission.getPermission(
      context: context,
        onSuccess: () {
          print("True");
        },
        onFail: () {
          print("false");
        },
    );
  },
  child: Text("validate")
),
copied to clipboard
4
likes
130
points
70
downloads

Publisher

unverified uploader

Weekly Downloads

2024.07.08 - 2025.01.20

Safeguard your child online with a mandated parental gate in Kids category apps, as per App Store guidelines. This feature ensures children can't access commerce-related activities without parental consent. To enhance security, questions and answers are randomized, preventing memorization. Importantly, this requirement differs from regulations governing parental consent for data collection, emphasizing a secure and age-appropriate online experience for young users.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSL-1.0 (license)

Dependencies

flutter

More

Packages that depend on parental_gates