Skip to content

Conversation

@zigapovhe
Copy link
Owner

No description provided.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR bumps the package version to 0.4.2 and fixes a critical bug in the Android implementation where ageLower and ageUpper values were hardcoded to null instead of being read from the Google Play Age Signals API. The fix ensures that supervised users on Android now correctly receive their age range values while verified users (18+) continue to receive null as expected.

Key Changes:

  • Fixed Android plugin to read actual ageLower and ageUpper values from the API instead of returning hardcoded null
  • Updated documentation to clarify that age range values are available on both platforms with different conditions
  • Added comprehensive test coverage for both verified and supervised user scenarios

Reviewed changes

Copilot reviewed 8 out of 9 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
pubspec.yaml Version bump from 0.4.1 to 0.4.2
ios/age_range_signals.podspec iOS version bump to match main version
example/pubspec.lock Example app dependency version update
android/src/main/kotlin/si/povhe/age_range_signals/AgeRangeSignalsPlugin.kt Fixed to read actual ageLower/ageUpper values from API instead of hardcoded null
test/age_range_signals_test.dart Added supervised user test scenario and updated verified user test expectations
test/age_range_signals_method_channel_test.dart Added supervised user test case and updated mock data
lib/src/models/age_signals_result.dart Updated documentation comments to reflect both platforms support age ranges
README.md Added detailed tables explaining when age values are populated for each platform and status
CHANGELOG.md Added release notes for version 0.4.2

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 11 out of 12 changed files in this pull request and generated 1 comment.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@zigapovhe zigapovhe merged commit 5ed81ea into main Dec 16, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants