age_range_signals 0.2.0
age_range_signals: ^0.2.0 copied to clipboard
Flutter plugin for age verification supporting Google Play Age Signals API (Android) and Apple's Age Range (DeclaredAgeRange) API (iOS 26+).
0.2.0 #
-
Android: ⚠️ CRITICAL UPDATE - Bumped Play Age Signals API library version to non-beta stable release
com.google.android.play:age-signals:0.0.1(thanks to @rokarnus for reporting this in #5) -
ACTION REQUIRED: Users must upgrade to version 0.2.0 or higher before January 1, 2026
- Why: From January 1, 2026, all beta versions (0.0.1-beta*) of the Play Age Signals API will throw exceptions
- Impact: Apps using older versions of this plugin (with beta API) will stop working after January 1, 2026
- To receive live responses from January 1, 2026, you must upgrade to this library version (0.2.0 or higher)
0.1.3 #
- iOS: Fixed compilation error: renamed
range.sourcetorange.ageRangeDeclarationto match Apple's DeclaredAgeRange API (#3)
0.1.2 #
- iOS: Added Swift Package Manager (SPM) support
- Example: Migrated example project from CocoaPods to Swift Package Manager
0.1.1 #
- Android: Add
useMockDataparameter for testing - iOS: Fix critical
requestAgeRangemethod call syntax - iOS: Add support for 1-3 age gates (previously 2-3)
- iOS: Support for Swift Package Manager
- Add pub.dev topics and formatted code for better score
- Documentation improvements and usage examples
0.1.0 #
- Initial release
- Support for Google Play Age Signals API on Android (API 21+)
- Support for Apple's DeclaredAgeRange API on iOS (26.0+)
- Configurable age gates for iOS
- Comprehensive example app with mock data support