PackageTrack
Sign in Get early access

image_picker_ios

iOS implementation of the image_picker plugin.

0.8.13 424K downloads/mo #567 most downloaded on pub.dev flutter/packages

What this package is like to depend on

Last release 6 months ago

30 Jan 2026

Release timing varies

gaps range from 2 weeks to 7 months

Nearly every release is documented

notes for 45 of 45 stable releases

Nothing withdrawn

no release was ever pulled

4 years old

45 releases · first in 2022

5 releases in the last 12 months

see the full history below

Release timeline

45 releases · Apr 2022 to Jan 2026
2023 2024 2025 2026
Release Pre-release

Releases

latest 45
  1. 0.8.13 16 Aug 2025
    Release notes
    • Adds support for getMultiVideoWithOptions.
    • Updates minimum supported SDK version to Flutter 3.27/Dart 3.6.
    • Adds photo to Photos library during test to support iOS 26.
    Open source →
  2. 0.8.13+1 18 Oct 2025
    Release notes
    • Updates minimum supported version to iOS 13.
    • Updates minimum supported SDK version to Flutter 3.35/Dart 3.9.
    Open source →
  3. 0.8.13+2 17 Nov 2025
    Release notes
    • Updates to Pigeon 26.
    Open source →
  4. 0.8.13+3 04 Dec 2025
    Release notes
    • Fixes a performance regression on iOS where picking videos could cause a long delay due to transcoding. The picker is now configured to request the original asset to avoid conversion.
    Open source →
  5. 0.8.13+5 28 Jan 2026
    Release notes
    • Fixes camera confirmation buttons (e.g., Retake/Use Photo) taps passing through to the underlying Flutter UI while the picker is dismissing on some iOS versions (e.g., iOS 26).
    Open source →
  6. 0.8.13+6 30 Jan 2026
    Release notes
    • Replaces deprecated kUTTypeGIF with UTTypeGIF to fix iOS 15+ deprecation warnings.
    Open source →
  7. 0.8.12 31 May 2024
    Release notes
    • Re-adds Swift Package Manager compatibility.
    Open source →
  8. 0.8.12+1 14 Oct 2024
    Release notes
    • Updates Pigeon for non-nullable collection type support.
    • Updates UI test photo element query for iOS 18.
    Open source →
  9. 0.8.12+2 03 Jan 2025
    Release notes
    • Removes the need for user permissions to pick an image on iOS 14+.
    • Updates minimum supported SDK version to Flutter 3.22/Dart 3.4.
    Open source →
  10. 0.8.11 09 May 2024
    Release notes
    • Adds Swift Package Manager compatibility.
    Open source →
  11. 0.8.11+1 13 May 2024
    Release notes
    • Makes all headers public with Swift Package Manager integration to keep inline with CocoaPods.
    Open source →
  12. 0.8.11+2 16 May 2024
    Release notes
    • Temporarily remove Swift Package Manager compatibility to resolve issues with Cocoapods builds.
    Open source →
  13. 0.8.10 16 Apr 2024
    Release notes
    • Adds limit parameter to MediaOptions and MultiImagePickerOptions that sets a limit to how many media or image items can be selected.
    Open source →
  14. 0.8.10+1 22 Apr 2024
    Release notes
    • Fixes a possible crash when calling a picker method UIGraphicsImageRenderer if imageToScale is nil.
    Open source →
  15. 0.8.9 13 Dec 2023
    Release notes
    • Fixes resizing bug and updates rounding to be more accurate.
    • Updates minimum supported SDK version to Flutter 3.10/Dart 3.0.
    Open source →
  16. 0.8.9+1 12 Jan 2024
    Release notes
    • Adds privacy manifest.
    Open source →
  17. 0.8.9+2 13 Mar 2024
    Release notes
    • Updates minimum iOS version to 12.0 and minimum Flutter version to 3.16.6.
    • Replaces deprecated UIGraphicsBeginImageContextWithOptions with UIGraphicsImageRenderer.
    Open source →
  18. 0.8.8 15 Jun 2023
    Release notes
    • Adds getMedia and getMultipleMedia methods.
    Open source →
  19. 0.8.8+1 23 Aug 2023
    Release notes
    • Fixes exception when canceling pickMultipleMedia.
    • Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
    Open source →
  20. 0.8.8+2 30 Aug 2023
    Release notes
    • Adds pub topics to package metadata.
    Open source →
  21. 0.8.8+3 31 Oct 2023
    Release notes
    • Fixes a possible crash when calling a picker method while another is waiting on permissions.
    Open source →
  22. 0.8.8+4 31 Oct 2023
    Release notes
    • Updates to Pigeon 13.
    Open source →
  23. 0.8.7 01 Mar 2023
    Release notes
    • Updates minimum Flutter version to 3.3 and iOS 11.
    Open source →
  24. 0.8.7+1 08 Mar 2023
    Release notes
    • Clarifies explanation of endorsement in README.
    • Aligns Dart and Flutter SDK constraints.
    Open source →
  25. 0.8.7+2 27 Mar 2023
    Release notes
    • Updates to pigeon version 9.
    Open source →
  26. 0.8.7+3 07 Apr 2023
    Release notes
    • Updates pigeon to fix warnings with clang 15.
    • Updates minimum Flutter version to 3.3.
    Open source →
  27. 0.8.7+4 11 May 2023
    Release notes
    • Fixes BuildContext handling in example.
    • Updates metadata unit test to work on iOS 16.2.
    Open source →
  28. 0.8.6 31 Aug 2022
    Release notes
    • Adds requestFullMetadata option to pickImage, so images on iOS can be picked without Photo Library Usage permission.
    • Updates minimum Flutter version to 2.10.
    Open source →
  29. 0.8.6+1 20 Sep 2022
    Release notes
    • Fixes issue with crashing the app when picking images with PHPicker without providing Photo Library Usage permission.
    Open source →
  30. 0.8.6+2 17 Dec 2022
    Release notes
    • Fixes issue where selectable images of certain types (such as ProRAW images) could not be loaded.
    Open source →
  31. 0.8.6+3 19 Dec 2022
    Release notes
    • Returns error on image load failure.
    Open source →
  32. 0.8.6+4 26 Dec 2022
    Release notes
    • Fixes authorization status check for iOS14+ so it includes PHAuthorizationStatusLimited.
    Open source →
  33. 0.8.6+5 03 Jan 2023
    Release notes
    • Fixes crash when imageQuality is set.
    Open source →
  34. 0.8.6+6 20 Jan 2023
    Release notes
    • Updates code for stricter lint checks.
    Open source →
  35. 0.8.6+7 06 Feb 2023
    Release notes
    • Fixes issue where GIF file would not animate without Photo Library Usage permissions. Fixes issue where PNG and GIF files were converted to JPG, but only when they are do not have Photo Library Usage permissions.
    • Updates minimum Flutter version to 3.0.
    Open source →
  36. 0.8.6+8 17 Feb 2023
    Release notes
    • Fixes issue with images sometimes changing to incorrect orientation.
    Open source →
  37. 0.8.6+9 22 Feb 2023
    Release notes
    • Updates links for the merge of flutter/plugins into flutter/packages.
    Open source →
  38. 0.8.5 22 Apr 2022
    Release notes
    • Switches to an in-package method channel based on Pigeon.
    • Fixes invalid casts when selecting multiple images on versions of iOS before 14.0.
    Open source →
  39. 0.8.5+1 10 May 2022
    Release notes
    • Removes unnecessary imports.
    • Fixes library_private_types_in_public_api, sort_child_properties_last and use_key_in_widget_constructors lint warnings.
    Open source →
  40. 0.8.5+2 11 May 2022
    Release notes
    • Minor fixes for new analysis options.
    Open source →
  41. 0.8.5+3 16 May 2022
    Release notes
    • Fixes 'messages.g.h' file not found.
    Open source →
  42. 0.8.5+4 16 May 2022
    Release notes
    • Suppresses warnings for pre-iOS-11 codepaths.
    Open source →
  43. 0.8.5+5 19 May 2022
    Release notes
    • Adds non-deprecated codepaths for iOS 13+.
    Open source →
  44. 0.8.5+6 07 Jul 2022
    Release notes
    Open source →
  45. 0.8.4+11 04 Apr 2022
    Release notes
    • Splits from image_picker as a federated implementation.
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive