fluttercommunity/chewie

[iOS] privacy manifest

Opened this issue · 2 comments

Since Apple mandated privacy manifest starting may 1 2024, I am migrating all my plugin to include privacy manifest

chewie: ^1.8.1 depends on video_player: ^2.8.3 which does n't include privacy manifest, where as video_player: ^2.8.6 contains privacy manifest

Please update the version of the chewie, since it is really important for our app

@nirmalraj2000 if you upgrade your Flutter dependencies, it should also upgrade video_player as a result.

Keep in mind that because this video_player version is a patch release, it should easily upgrade if you upgrade your app's dependencies.

I found this comment on apple developer forum.

Should I need to add under dependency_overrides, If so will it address ITMS-91053 without updating the same plugin which contains under a package