文件最后提交记录最后更新时间
[image_picker] Federate mobile implementations (#5100) 4 年前
[image_picker] Removes use of PHAsset on IOS 14+ (#8190) Original PR https://github.com/flutter/packages/pull/8020 Fixes issue https://github.com/flutter/flutter/issues/90373 Currently on IOS 14+, images are picked using PHPickerViewController which does not need photo permissions and also gets the full image metadata regardless of requestFullMetadata. However, it currently retrieves the metadata using PHAsset which does require permission and causes the gallery opening twice issue. Another issue is that an error is thrown when permission is denied even if none are required.1 年前
[image_picker] Add limit parameter to pickMultiImage and pickMultipleMedia to ios and Android (#6201) Adds limit parameter to MediaOptions and MultiImagePickerOptions and supports its use on iOS and Android. The limit argument defines how many images or media files can be select. Fixes: [flutter/flutter#85772](https://github.com/flutter/flutter/issues/85772)2 年前
[image_picker] Federate mobile implementations (#5100) 4 年前
[tools] Require implementation package README warning (#6459) 3 年前
Update repo for 3.32 stable (#9311) Does all of the steps from https://github.com/flutter/flutter/blob/master/docs/ecosystem/release/Updating-Packages-repo-for-a-stable-release.md for the 3.32 stable release (except the first one, as the stable roller has already landed).11 个月前
README.md

Platform Implementation Test App

This is a test app for manual testing and automated integration testing of this platform implementation. It is not intended to demonstrate actual use of this package, since the intent is that plugin clients use the app-facing package.

Unless you are making changes to this implementation package, this example is very unlikely to be relevant.