crazecoder / open_file

A plug-in that can call native APP to open files with string result in flutter, support iOS(UTI) / android(intent) / PC(ffi) / web(dart:html)
BSD 3-Clause "New" or "Revised" License
253 stars 439 forks source link

'keyWindow' is deprecated: first deprecated in iOS 13.0 #307

Open mr-slonn opened 1 month ago

mr-slonn commented 1 month ago

When building for iOS 15, I receive the following notification:

return [UIApplication sharedApplication].keyWindow.rootViewController; /.pub-cache/hosted/pub.dev/open_filex-4.5.0/ios/Classes/OpenFilePlugin.m:34:46 'keyWindow' is deprecated: first deprecated in iOS 13.0 - Should not be used for applications that support multiple scenes as it returns a key window across all connected scenes

crazecoder commented 1 month ago

Unfortunately, open_filex is not maintained by me, you can try to contact its maintainer, or change it to open_file