Conversation
# Conflicts: # CHANGELOG.md # android/src/main/java/com/mr/flutter/plugin/filepicker/FilePickerDelegate.java # pubspec.yaml
…legate-nullsafety Fix null safety in filepickerdelegate
… NOTE 9 Fixed an issue that always returned null when selecting files on Redmi NOTE 9
Safely call the result block
…rns_null_on_redmi_note9 Fixed an issue where null was returned when picking up files
adding support for the “m4a” format
## Problem Currently, the iOS image picker fails entirely if any single image fails to process, causing a poor user experience. Additionally, there's a crash when attempting to access the path property of an NSDictionary, resulting in app termination. ## Solution Updated the PHPicker implementation to: - Handle each image independently, allowing partial successes - Prevent crashes by implementing proper type checking and error handling - Improve temporary file management - Add detailed error logging for debugging Key changes: 1. Removed all-or-nothing approach for multiple image selection 2. Added proper error collection without failing the entire operation 3. Implemented better memory management with @autoreleasepool 4. Added unique filename generation to prevent conflicts 5. Improved error messages for debugging 6. Added proper null/type checking for URL handling ## Testing Tested scenarios: - Selecting multiple images (mix of local and iCloud images) - Selecting single image - Canceling selection - Handling invalid file types - Memory usage with large selections - iCloud asset download failures ## Impact Users can now select multiple images and get results even if some images fail to process, rather than losing all selected images due to a single failure.
[Android] remove unnecessary external storage permission
…atch-1 Update maintainer.yml
…-3.27-compile-error removing v1 embedding to fix compile on flutter 3.27
…yFileNotCreated fix(iOS): 🐛 Image Picker to Handle Partial Failures Gracefully
…atch-1 Update pubspec.yaml
…-fullscreen-presentation
Ios fullscreen presentation and source master rebase
fix: ensure sorting when loading items from picker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.