Skip to content

Commit 0deb7a4

Browse files
committed
docs: add 'Limitations' section to README.md
1 parent a9fa631 commit 0deb7a4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,14 @@ $ swift-format format --in-place --recursive macos/native_image_picker_macos/Sou
147147

148148
Contributions are welcome. File issues to the [GitHub repo](https://github.com/CompileKernel/native-image-picker-macos).
149149

150+
## ℹ️ Limitations
151+
152+
* [Similarly to `image_picker_macos`](https://pub.dev/packages/image_picker_macos#limitations), `ImageSource.camera` is not supported [unless a `cameraDelegate` is set](https://pub.dev/packages/image_picker#windows-macos-and-linux).
153+
* [Similarly to `image_picker_macos`](https://pub.dev/packages/image_picker_macos#pickvideo), the `maxDuration` argument in `pickVideo` is unsupported and will be silently ignored.
154+
155+
> [!WARNING]
156+
> **Known issue**: The native picker window initially appears smaller than expected, requiring the user to manually resize it. Refer to [#2](https://github.com/CompileKernel/native-image-picker-macos/issues/2) for details.
157+
150158
## 📚 Additional information
151159

152160
This functionality was originally proposed as a [pull request to `image_picker_macos`](https://github.com/flutter/packages/pull/8079/), but it was later decided to split it into a community package which is unendorsed.

0 commit comments

Comments
 (0)