flutter_boost icon indicating copy to clipboard operation
flutter_boost copied to clipboard

[Bug]: 我原本是纯flutter工程,接入flutter_boost之后,通信就出现了一次

Open wuyanghu opened this issue 6 months ago • 1 comments

请描述遇到的问题,以及您所期望的正确的结果

flutter: MissingPluginException(No implementation found for method crash_log on channel du_bug),我期望能有一个正确的通信,而不是不能用

请说明如何操作会遇到上述问题

No response

在下面填入关键复现代码

FlutterBoost.instance().setup(application, delegate: delegate, preCallback: {[weak self] engine in
            self?.luanchRegister(engine)
        }, callback: {engine in
            
        })

复现的平台

Both

Flutter SDK版本

3.3.10

FlutterBoost版本

4.4.2

是否延迟初始化FlutterBoost

No

解决方案

wuyanghu avatar Jul 29 '24 03:07 wuyanghu