You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The flutter_cache_manager uses the following constraint for the sqflite plugin: ^2.0.0+4.
Notice the ^, this means all minor and patch updates should automatically be resolved. Meaning if you run a flutter pub upgrade the latest version of sqflite (version 2.3.3 at the time) will used. You can check the actual version being used in the pubspec.lock file of your application.
In other words this should not be a blocker. Otherwise the flutter_cache_manager doesn't contain any native iOS code and should not need a PrivacyInfo.xcprivacy file.
Just for everybody's sanity I have created a PR updating all dependencies: #453
🚀 Feature Requests
Kindly consider adding a privacy manifest to your library following the new apple policy by adding
PrivacyInfo.xcprivacy
file to your project.Contextualize the feature
For more information, please check Apple's documentation.
Platforms affected (mark all that apply)
The text was updated successfully, but these errors were encountered: