FileKit Dialogs
Camera picker dialog
Open a camera picker dialog in a Kotlin Multiplatform project
Supported on Android and iOS targets
Quick start
The camera picker component provides a native interface for users to capture photos using their device’s camera.
Camera type
You can specify the type of media to capture using the type
parameter:
Photo
- Capture a photo (default)Video
- Capture a video (coming soon)
Video capture support is planned for a future release.
The captured media file is automatically saved to a temporary location. If you need to keep the file permanently, make sure to copy it to a permanent storage location.