Results 37 comments of alleny

https://github.com/allenyulun/flutter_keyboard_visibility 可以看下这个,已经适配混合栈了

我也是 看到这个Warning: can't write resource [.readme](Duplicate zip entry [classes.jar:.readme]),请问解决了吗

when i press home ,then into app,it's ok.

i found it ,beacuse of diff thread todo like this: override fun onDrawFrame(gl: GL10?) { if (hasNewItems){ var newBody = Engine.buildBodiesWithOne(scaleX, scaleY) circles.add(Item(items.last(), newBody)) textureIds = textureIds?.copyOf(circles.size * 2) vertices...

AGP什么版本的

agp 7.0及以上还没适配的

后期会考虑引入Booster 适配各个版本的agp ,不过最近有点忙,没时间搞

业务方自己封装下,搞个通用的delegate,在这个delegate里维护业务方的delegate列表就行,多个delegate ,和js通信太费时间了