Prevents crashes when trying to retrive photos from the
photo library.
---
ios/Runner/Info.plist | 2 ++
1 file changed, 2 insertions(+)
diff --git a/ios/Runner/Info.plist b/ios/Runner/Info.plist
index e0d9c47..ba32464 100644
--- a/ios/Runner/Info.plist
+++ b/ios/Runner/Info.plist
@@ -72,5 +72,7 @@
</array>
<key>flutter_apns.disable_swizzling</key>
<true/>
+ <key>NSPhotoLibraryUsageDescription</key>
+ <string>Share photos from your library with a channel or user</string>
</dict>
</plist>
--
2.39.3 (Apple Git-145)