You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[image_picker_ios] In unit test write and read kCGImagePropertyExifUserComment property (#3783)
`testSaveImageWithPickerInfo_ShouldSaveWithTheCorrectExtentionAndMetaData`
passed on iOS 16 but not iOS 16.2. For some reason the latter doesn't
want maintain `kCGImagePropertyExifMakerNote`. Swap to
`kCGImagePropertyExifUserComment` which does work on both versions, and
tests the same thing: metadata can be written and read.
Fixesflutter/flutter#125257
0 commit comments