age_signals_flutter 0.0.2 copy "age_signals_flutter: ^0.0.2" to clipboard
age_signals_flutter: ^0.0.2 copied to clipboard

Flutter plugin to access Google Play Age Signals (Android) and Apple Declared Age Range API (iOS) for age-appropriate experiences.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add age_signals_flutter

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  age_signals_flutter: ^0.0.2

Alternatively, 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:age_signals_flutter/age_signals_flutter.dart';
4
likes
150
points
52
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter plugin to access Google Play Age Signals (Android) and Apple Declared Age Range API (iOS) for age-appropriate experiences.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on age_signals_flutter

Packages that implement age_signals_flutter