nmduong
Results
1
comments of
nmduong
Hi @arctouch-matheusromao, @matthew-carroll When I try to create iOS ViewController from Flutter by this way: ```swift let flutterViewController = UmbrellaViewController() flutterViewController.setInitialRoute("oobe_module") self.present(flutterViewController, animated: false, completion: nil) ``` Splash screen always...