Auspice

Results 8 comments of Auspice

> > 遇到同样的问题,除第一个tabBarItem外,其他选项在push新页面后pop回来,标题文字会消失。请问如何设置 > > 我又看了后面的一些issue,发现这段代码是可以解决文字消失的,我想应该是需要设置一下默认状态下的 textAttributes. > > ``` > if (@available(iOS 13.0, *)) { > UITabBarAppearance *standardAppearance = [[UITabBarAppearance alloc] init]; > UITabBarItemAppearance *inlineLayoutAppearance = [[UITabBarItemAppearance alloc] init];...

Pls ignore the second question,--!, the reason is the device was set proxy some days ago!!!

Thanks for help @exaby73,and I will try it later.

I am sorry @exaby73 but it not work for me. ![image](https://user-images.githubusercontent.com/5276499/215929434-2f360128-c716-4372-a5b4-1eeabb6013dc.png) my flutter version: ![image](https://user-images.githubusercontent.com/5276499/215929673-5cce0ca1-db0c-447a-a69d-7e009b1ca132.png) the log: Flutter crash report. Please report a bug at https://github.com/flutter/flutter/issues. ## command flutter assemble...

我还特意参照example对比,没有什么问题,flutterboost初始化是成功的,因为我push是成功的,只有pop不成功。另外,没有其他日志。

> 这个并不是appState为null。应该是下面的空判定报错: ![image](https://user-images.githubusercontent.com/9456005/250019046-2810a86a-a080-4729-9439-2a54318126c3.png) > > 这个是因为直接把Flutter页面当作App启动的第一个页面导致的吧。空不过的原因是initialRoute对应的PageInfo如下: ![image](https://user-images.githubusercontent.com/9456005/250019264-e826d6e2-8378-44e4-b37e-31fdcbcddde9.png) 没有填`withContainer`字段 谢谢解答,但是我并没有把flutter作为app的启动页,我的操作是启动是原生,原生通过按钮跳转到flutter。不知道你这里所说的启动页是不是这个意思?

native跳转到flutter我传的是flutter的根路由,也就是默认的初始页面