file_picker_writable
file_picker_writable copied to clipboard
Fix compatibility with UISceneDelegate
Fixes #49
This approach to accessing the root view controller was adapted from the share_plus plugin: https://github.com/fluttercommunity/plus_plugins/blob/bc6fafc8936f5734e2d1581fb7d7694547e70bfe/packages/share_plus/share_plus/ios/share_plus/Sources/share_plus/FPPSharePlusPlugin.m#L10-L27
I did check that it is compatible with pre-UISceneDelegate scenarios.