plus_plugins icon indicating copy to clipboard operation
plus_plugins copied to clipboard

feat(device_info_plus): Add support for isiOSAppOnVision property in iOS device info

Open OutdatedGuy opened this issue 1 month ago • 2 comments

Description

Adds the isiOSAppOnVision property for iOS platform.

Related Issues

resolves #3715

Checklist

  • [x] I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • [x] I titled the PR using Conventional Commits.
  • [x] I did not modify the CHANGELOG.md nor the plugin version in pubspec.yaml files.
  • [x] All existing and new tests are passing.
  • [x] The analyzer (flutter analyze) does not report any problems on my PR.

Breaking Change

Does your PR require plugin users to manually update their apps to accommodate your change?

  • [ ] Yes, this is a breaking change (please indicate that with a ! in the title as explained in Conventional Commits).
  • [x] No, this is not a breaking change.

OutdatedGuy avatar Nov 19 '25 12:11 OutdatedGuy

Thanks for your contribution. Looks good to me, but I would like to merge this PR once there is no Beta label on this property in Apple's documentation: https://developer.apple.com/documentation/foundation/processinfo/isiosapponvision

Screenshot 2025-11-19 at 17 44 10

vbuberen avatar Nov 19 '25 15:11 vbuberen

@vbuberen Looks like this property is not in beta anymore

Screenshot 2025-12-05 at 3 00 57 PM

OutdatedGuy avatar Dec 05 '25 09:12 OutdatedGuy