open_file icon indicating copy to clipboard operation
open_file copied to clipboard

fail to pop up When Use Flutter_boost

Open nicorobine opened this issue 2 years ago • 2 comments

With Flutter_boost, when registering the plug-in, [UIApplication sharedApplication].delegate. delegate.windows may also be modified by function:"- (BOOL)application:(UIApplication *)application DidFinishLaunchingWithOptions: (NSDictionary *) launchOptions", The obtained rootViewController may not be the actual ViewController, when register this plug-in,which will cause the preview screen to fail to pop up

nicorobine avatar Feb 17 '22 05:02 nicorobine

This PR also fixes some issues when you have native navigation in your flutter app. In our case we push a special splash screen before launching our flutter view controller.

We had to add a small workaround to make sure that he plugin does not hold a reference to our old SplashViewController.

JulianBissekkou avatar Aug 01 '22 06:08 JulianBissekkou

@crazecoder

JulianBissekkou avatar Aug 01 '22 06:08 JulianBissekkou