hideki kinjo
hideki kinjo
This is VERY CRITICAL. All of my android users cannot input Japanese and I have received a lot of bug reports... Tried to change attributes but didn't work. Choices are...
With `PERMISSION_PHOTOS_ADD_ONLY=1`, `Permission.photosAddOnly.status` keeps returning denied. It looks like `PERMISSION_PHOTOS_ADD_ONLY` has no effect at all and actually, `PERMISSION_PHOTOS` needs to be enabled. https://github.com/Baseflow/flutter-permission-handler/blob/842761c2aae2368ddd4811b3b12ede28ed2c8d62/permission_handler_apple/ios/Classes/strategies/PhotoPermissionStrategy.h#L9-L15 After that, `Permission.photosAddOnly.status` returns the correct value