jiajiawei

Results 5 comments of jiajiawei

Refer to the source code, and I implemented it myself It is also configured to the task in the vscode for execution The code is as follows. **package:i18ngen/string_ext.dart** is **packages/core/lib/utils/string.dart**...

对, 下不下载是引擎自动的, 需要那个字体了就会自动下载. 但是现在的情况是我指定了`TextStyle(fontFamily: 'Microsoft YaHei')`, 就不该需要其他字体了. 我尝试修改了 [output = SpecialTextSpan (extended_text_utils line598)](https://github.com/fluttercandies/extended_text_library/blob/c6d8164682952f563e75a6a3d8d0e01141f51007/lib/src/extended_text_utils.dart#L598C18-L598C33) -> ``` output = TextSpan( text: text ?? '', children: children, style: value.style, recognizer: value.recognizer, semanticsLabel: value.semanticsLabel,...

@zmtzawqlp 这个并没有解决呢, 为什么关闭...

https://github.com/flutter/flutter/issues/143728