ahkela21

Results 3 issues of ahkela21

When trying to focus the field when there is no any field is being focused previously, the field will auto unfocus and hide the keyboard by itself And the problem...

**Describe the bug** 如题,想请问会是哪里出了问题 造成这样的情况呢?已经完成封装 ``` Future init() async { _fluwx = Fluwx(); await _fluwx.registerApi( appId: Env.wechatAppId, doOnAndroid: true, doOnIOS: true, universalLink: 'https://bluente.link/', ); isWeChatInstalled = await _fluwx.isWeChatInstalled; listenAuthResponse(); return...

**Describe the bug** Currently Branchio is listening to every branch link even though it is categorized as non branch link in the response, but this will block the universal link...

bug