natsuk4ze / gal

How to Save Image or Video to Photo Gallery in Flutter
https://pub.dev/packages/gal
BSD 3-Clause "New" or "Revised" License
85 stars 13 forks source link

Expansion of supported version range of macOS #146

Closed natsuk4ze closed 10 months ago

natsuk4ze commented 10 months ago

Descrpition

If possible, the minimum supported version should be 10.14.

natsuk4ze commented 10 months ago

PHAssetChangeRequest in photo-kit is only available in macOS 10.15 or newer. The minimum supported version could be 10.15, but the next version after 10.15 is 11.0. 11.0 has changes that make some api deprecated, and we decide that the maintenance cost is not worth it to go to 10.15. Fortunately, macOS 11.0 has a very wide range of supported devices, so this will not be an issue in many cases.

See: