nightfallsad
nightfallsad
> ``` > java.lang.RuntimeException: Unable to start activity ComponentInfo{com.tencent.wemeet.app/com.idlefish.flutterboost.containers.BoostFlutterActivity}: java.lang.NullPointerException: Attempt to invoke virtual method 'int com.idlefish.flutterboost.Platform.whenEngineStart()' on a null object reference > at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3897) > at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4076) > at...
> ``` > java.lang.RuntimeException: Unable to start activity ComponentInfo{com.tencent.wemeet.app/com.idlefish.flutterboost.containers.BoostFlutterActivity}: java.lang.NullPointerException: Attempt to invoke virtual method 'int com.idlefish.flutterboost.Platform.whenEngineStart()' on a null object reference > at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3897) > at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4076) > at...
> 在启动的task线程里面初始化的。非必先bug。 查到原因了吗?应该还是初始化方式的问题,初始化失败了
> Compiler message: > lib/pages/main/avatar_history_page.dart:157:23: Error: Method not found: 'UploadFileInfo'. > "avatar": new UploadFileInfo(new File(filePath), fileName), > ^^^^^^^^^^^^^^ > lib/pages/main/avatar_history_page.dart:156:24: Error: Method not found: 'FormData.from'. > params: FormData.from({ > ^^^^...
> ## Steps to Reproduce > 我使用的是官方提供的example_swift,进行原生跳转flutter的试验,从Flutter跳转回来后,并未回调onPageFinished > > class ViewController: UIViewController { > > ``` > override func viewDidLoad() { > super.viewDidLoad() > // Do any additional setup after...