fluttercommunity / app_review

App Review - Request and Write Reviews and Open Store Listing for Android and iOS in Flutter. Maintainer: @rodydavis
https://fluttercommunity.github.io/app_review/
MIT License
329 stars 108 forks source link

Not working with Xcode 15 due to old dependencies #80

Open JFtechOfficial opened 8 months ago

JFtechOfficial commented 8 months ago

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

ambr89 commented 7 months ago

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

nicolobozzato commented 2 months ago

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)