xvrh / lottie-flutter

Render After Effects animations natively on Flutter. This package is a pure Dart implementation of a Lottie player.
https://pub.dev/packages/lottie
MIT License
1.16k stars 197 forks source link

Privacy Manifest file for IOS #338

Closed iamwalter closed 6 months ago

iamwalter commented 6 months ago

This plugin is listed on https://developer.apple.com/support/third-party-SDK-requirements/ as requiring a privacy manifest. This should be added to avoid apps using this package from not being able to submit to the app store.

Thank you.

iamwalter commented 6 months ago

I just realised it seems this plugin doesn't rely on any native iOS components. Would you mind confirming if that means this step can be skipped? Thanks.

xvrh commented 6 months ago

Yeah I think the mention is about the Lottie iOS project: https://github.com/airbnb/lottie-ios

This library is not a plugin, this is just pure dart code that will be inlined with your app's code.