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.
Changelog #
0.0.2 Minor Improvements (October 2025) #
🚀 Enhancements and Preparations for iOS Support
- Improved plugin structure and iOS folder setup.
- Added initial Swift stub for future Declared Age Range API integration.
- Updated README and documentation formatting.
- Minor code cleanup and metadata fixes for pub.dev compatibility.
0.0.1 Initial Release (October 2025) #
🎉 First public release of age_signals_flutter
This release introduces the Flutter plugin providing a unified API for age-appropriate experience signals.
✨ Features #
- 🟢 Android: Supports Google Play Age Signals API
- Retrieves user supervision status and Play Install ID.
- 🔵 iOS: Placeholder implementation for Declared Age Range API (future support planned).
- 🧠 Simple
getUserStatus()method for retrieving age-related information. - ⚙️ Fully structured plugin setup for Android and iOS.
- 🧩 Ready for apps requiring digital safety and age verification compliance.