We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
声明自定义字体 Roboto, Flutter 在 Linux 先默认使用的是 Roboto 字体
Roboto
pubspec.yaml
... fonts: - family: Roboto fonts: - asset: assets/fonts/DroidSansFallbackFull.ttf ...
此处的 翻译 清空 按钮以及 placeholder 仍然为乱码 debug 发现这里使用的字体为 .SF Pro Text
翻译
清空
.SF Pro Text
... fonts: - family: Roboto fonts: - asset: assets/fonts/DroidSansFallbackFull.ttf - family: .SF Pro Text fonts: - asset: assets/fonts/DroidSansFallbackFull.ttf ...
零时增加字体可以解决。
CustomAppBar.title
The text was updated successfully, but these errors were encountered:
lijy91
No branches or pull requests
声明自定义字体
Roboto
, Flutter 在 Linux 先默认使用的是 Roboto 字体此处的
翻译
清空
按钮以及 placeholder 仍然为乱码 debug 发现这里使用的字体为.SF Pro Text
零时增加字体可以解决。
CustomAppBar.title
仍然有问题The text was updated successfully, but these errors were encountered: