1/2

Results 94 comments of 1/2

This is because ios currently uses DocumentInteraction

try this on 3.5.3 ```dart OpenFile.open("/sdcard/example.txt", isIOSAppOpen: true); ```

Is it still in the new version?

https://github.com/flutter/flutter/issues/33577 在web支持isolate之前,不会考虑支持web端,图片格式转换你可以考虑其他包,此库仅做压缩相关

I don't think this is a common issue caused by UIBackgroundModes on iOS 18. It may exist in a certain scenario. This is the effect after I set UIBackgroundModes to...

The choice of which app to open is the user's personal habit, which should not interfere with the user's choice. If the user needs to open an app directly next...

On Android devices, it will look for apps that are configured to support it in the manifest. On iOS, it will list all apps that can be opened or transferred....