Julian Steenbakker
Committed by GitHub

doc: update readme

@@ -17,11 +17,12 @@ SDK 21 and newer. Reason: CameraX requires at least SDK 21. @@ -17,11 +17,12 @@ SDK 21 and newer. Reason: CameraX requires at least SDK 21.
17 ### iOS 17 ### iOS
18 iOS 11 and newer. Reason: MLKit for iOS requires at least iOS 11 and a [64bit device](https://developers.google.com/ml-kit/migration/ios). 18 iOS 11 and newer. Reason: MLKit for iOS requires at least iOS 11 and a [64bit device](https://developers.google.com/ml-kit/migration/ios).
19 19
20 -Add the following keys to your Info.plist file, located in <project root>/ios/Runner/Info.plist: 20 +**Add the following keys to your Info.plist file, located in <project root>/ios/Runner/Info.plist:**
21 21
22 NSCameraUsageDescription - describe why your app needs access to the camera. This is called Privacy - Camera Usage Description in the visual editor. 22 NSCameraUsageDescription - describe why your app needs access to the camera. This is called Privacy - Camera Usage Description in the visual editor.
23 23
24 -If you want to use the local gallery feature from [image_picker](https://pub.dev/packages/image_picker) 24 +**If you want to use the local gallery feature from [image_picker](https://pub.dev/packages/image_picker)**
  25 +
25 NSPhotoLibraryUsageDescription - describe why your app needs permission for the photo library. This is called Privacy - Photo Library Usage Description in the visual editor. 26 NSPhotoLibraryUsageDescription - describe why your app needs permission for the photo library. This is called Privacy - Photo Library Usage Description in the visual editor.
26 27
27 ### macOS 28 ### macOS