xiao xiao
xiao xiao
Any update? Registration is still no working?
> 正式版大概什么时候能出呢?这版功能好像还不完善,flutter打开native页面、打开带容器的flutter还不支持 你说的这两个都有的。详看 https://github.com/alibaba/flutter_boost/blob/task/4.4.2-support-ohos/docs/install.md 1.flutter打开native页面 有对应FlutterBoostDelegate的pushNativeRoute函数 2. 打开带容器的flutter 有对应FlutterBoostDelegate的pushFlutterRoute函数,可以自定义在当前UIAbility打开,还是另开一个UIAbility,都是可以定制的
> demo中 打开flutter页面时闪退 这是已知flutter_flutter在api11出现的重复har包bug, https://gitee.com/openharmony-sig/flutter_flutter/pulls/157/files 已经修复。需要更新flutter_flutter到最新的dev分支。
> 类似这个 #1579 问题,鸿蒙里面怎么设置第一个页面为 flutter页面,鸿蒙框架下面跟安卓ios 差别挺大的 参考example里面的[EntryPage.ets](https://github.com/alibaba/flutter_boost/blob/task/4.4.2-support-ohos/example/ohos/entry/src/main/ets/pages/EntryPage.ets)
> @xiaoxiaowesley > > 1. 手机的物理退后页面看起来有问题呢? 直接退出整个app了。FlutterA=>FlutterB withContainer 设置成 flase > 2. 没有全屏到状态栏 你重新提一个issue吧,附上代码,来详细跟进
> 编译出来的har,icudata.dat占了10m,太大了,是不是可以移除掉 这是flutter相关,不和flutterboost相关。请到flutter_engine相关gitee上提交issue
> hi @goderbauer We also had the same problem in Chinese.By Replacing the `//third_party/icu/flutter/icudtl.dat(800k)` with `src/third_party/icu/ios/icudtl.dat(10.2M)` can solve the problem but the app size it a little bit unacceptable for...
> The autotools flags are something like (I'm sure this is missing something important): > > ``` > ./autogen.sh CC="xcrun gcc -isysroot /path/to/xcode/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk" \ > CXX="xcrun g++ -isysroot /path/to/xcode/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk" \...
``` - (void)handleThreadStateChanged:(NSNotification *)notification { if ([notification object] == dataController) { NSString * threadState = [[notification userInfo] objectForKey:MVStatusUserInfoKey]; if ([threadState isEqualToString:MVStatusTaskStarted] == YES) { if (OSAtomicIncrement32(&threadCount) == 1) { dispatch_async(dispatch_get_main_queue(),...
>  > > 详细鸿蒙版安装flutterboost教程 (addToApp):详看:[https://github.com/alibaba/flutter_boost/blob/task/4.4.2-support-ohos/docs/install.md,这个地址404啊,能重新弄一下吗](https://github.com/alibaba/flutter_boost/blob/task/4.4.2-support-ohos/docs/install.md%EF%BC%8C%E8%BF%99%E4%B8%AA%E5%9C%B0%E5%9D%80404%E5%95%8A%EF%BC%8C%E8%83%BD%E9%87%8D%E6%96%B0%E5%BC%84%E4%B8%80%E4%B8%8B%E5%90%97) 已经更新