age_signals_flutter 0.0.2
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_flutterThis 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.2Alternatively, 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';