For the complete documentation index, see llms.txt. This page is also available as Markdown.

iOS Configuration

Add these lines to your ios/Runner/Info.plist file.

	<key>NSCameraUsageDescription</key>
	<string>To capture the document picture</string>

Last updated