Tx Mat
Tx Mat
Hey, I'm reviving this issue, I'm using the 7.99.24.1 ver and this bug is still a thing! I was doing some benchmark to see what power I need to give...
Same issue here
Do you find a solution to your problem?
any updates ?
> The solution is to fix line 43 in the FlutterAppCenterBundlePlugin.kt file application = registrar.activity()?.application instead of application = registrar.activity().application > > is just to add the ? > >...
i'll write a fully working example at work Monday but just using this you should be able to reproduce ```rust async fn set_ready(secure_client_ip: SecureClientIp, state: State) -> (StatusCode, String) {...