Pepe
Pepe
对Safari和火狐的支持可以提上到开发日程上,最好快速的弄一个简化版,后面靠开源的力量来完善
example的示例代码而已
@skill20 登录抛异常,未适配 ```dart Future login({ @required String? username, @required String? password, }) async { if (username == null || password == null) { throw ("username or password was passed null");...
@yikwing 我也遇到了两值冲突的问题 ``` Manifest merger failed : Attribute receiver#cn.jpush.android.service.PushReceiver@exported value=(true) from [cn.jiguang.sdk:jpush:4.2.8] AndroidManifest.xml:123:13-36 is also present at [cn.jiguang.sdk:jmessage:2.9.2] AndroidManifest.xml:48:13-37 value=(false). Suggestion: add 'tools:replace="android:exported"' to element at AndroidManifest.xml:120:9-139:20 to override ```
need to call `_textInputConnection!.setComposingRect` update IME toolbar location ```dart // Sends the current composing rect to the iOS text input plugin via the text // input channel. We need to...
Build Settings -> Compilation Mode -> Switch to "Incremental", the problem still exists [stackoverflow](https://stackoverflow.com/questions/68801998/remark-incremental-compilation-has-been-disabled-it-is-not-compatible-with-who) 
same issues
Is there an alternative solution?