-
Notifications
You must be signed in to change notification settings - Fork 4
v0.4.2 #15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…supervised users #14
There was a problem hiding this 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
ageLowerandageUppervalues from the API instead of returning hardcodednull - 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.
There was a problem hiding this 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.
No description provided.