app_review icon indicating copy to clipboard operation
app_review copied to clipboard

Not working with Xcode 15 due to old dependencies

Open JFtechOfficial opened this issue 2 years ago • 2 comments

Xcode 15 required this change to package_info_plus which is a dependency of app_review. At this moment this flutter community package hasn't had a new release in 14 months and cannot be used if you are running the latest Xcode version. Fixing this would require a dependency update since a dependency override isn't enough anymore. I'm concerned that this package has been silently abandoned

JFtechOfficial avatar Oct 10 '23 08:10 JFtechOfficial

Hi @JFtechOfficial ! What's your solution? Do you have changed library?

ambr89 avatar Nov 27 '23 15:11 ambr89

Adding up on this problem, now Apple requires a privacy manifest for package:info_plus which has been added in version 6.0.0 https://pub.dev/packages/package_info_plus/changelog So this package if the dependencies are not upgraded make a flutter app not deployable on App store in the future (a very close future Spring 2024, should be May)

nicolobozzato avatar Apr 08 '24 07:04 nicolobozzato