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

outdated

This package use for Parental Gates for kid game

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

Example #

import package in project file

import 'package:  parental_gates/  parental_gates.dart';

Call Function

ElevatedButton(
  onPressed: () {
    Permission.getPermission(
      context: context,
        onSuccess: () {
          print("True");
        },
        onFail: () {
          print("false");
        },
    );
  },
  child: Text("validate")
)
5
likes
0
points
34
downloads

Publisher

unverified uploader

Weekly Downloads

This package use for Parental Gates for kid game

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on parental_gates