Dcz
Dcz
打开APP进入的是原生页面 点击按钮 跳转至flutterA页面 从flutterA页面 用BoostNavigator.of().push("b",arguments: {}, withContainer: true);的方式跳转到 flutterB页面 这个时候 A的build会执行 从B页面用BoostNavigator.of().push的方式再到C页面 A页面和B页面的build都会执行 demo上好像也是有这个问题的 请问这种机制就是这样设计的吗? 能有办法阻止A B 页面的build执行吗?
看过其他issues里面的解决方案了 对我都不生效 理论上podfile里面使用 user_framework 可以安装上 但是如果我user_framework 我其他的很多库就不能用了 flutter是2.5版本 xcode是13 都是最新版 项目当时创立的时候是OC的 楼主说的那个删掉重新创建swift版本的风险对我来说太大了 请问作者还有其他的解决办法吗 作者能否提供个联系方式啊
目前好像只支持cloud的注册登录 install时候设置的账号密码是写死的吗? 如果不是写死的话 能不能开放个api出来 就可以做注册登录的逻辑了
My issue is about [Mobile] In the example, only one input box was added I hope the keyboard won't pop up again flutter:3.10 flutter-quill:7.3.2  https://github.com/singerdmx/flutter-quill/assets/9637601/c6fd7cb2-004b-4800-bfe2-713daf910b3d
If I want to scroll to the 100th item the first time, it won't happen because the 100th item hasn't been rendered yet, right? Is there any solution? This library...
改变监听集合遍历方式
FlutterOverlayWindow.updateFlag(OverlayFlag.focusPointer); E/flutter (25776): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: MissingPluginException(No implementation found for method resizeOverlay on channel x-slayer/overlay) E/flutter (25776): #0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:332:7) E/flutter (25776): E/flutter (25776): #1 FlutterOverlayWindow.resizeOverlay (package:flutter_overlay_window/src/overlay_window.dart:107:24) E/flutter (25776): E/flutter...
curl -X "POST" "http://localhost:4000/message/holegots" \ -H 'Content-Type: application/json; charset=utf-8' \ -d $'{ "message": "Hello" }' 这里面的holegots参数是第一次请求返回回来的conversationId把?
### Go version go version go1.21.5 darwin/arm64 ### GoFrame version v2.6.1 ### Can this bug be reproduced with the latest release? Option Yes ### What did you do? gf的流式输出在移动端会断开把一次的数据截断成2次发送,同样的代码放到gin就没问题 而且这个情况web看不出来,打印输出到web页面上是没问题的,移动端才能复现这个问题,Android,ios,Flutter,这些移动端必现,但是Android,ios,Flutter这些接入官方的openai,bing,文心,或者gin都是正常的,只有gf会断开,...
### Platform Flutter Mobile Android ### Obfuscation Enabled ### Debug Info Enabled ### Doctor Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel stable, 3.29.2, on...