file_picker_writable icon indicating copy to clipboard operation
file_picker_writable copied to clipboard

Fix compatibility with UISceneDelegate

Open amake opened this issue 4 months ago • 0 comments

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.

amake avatar Aug 15 '25 08:08 amake