gpt4 book ai didi

android - flutter:自定义字体显示无效

转载 作者:IT王子 更新时间:2023-10-29 06:33:31 26 4
gpt4 key购买 nike

我在 SO 上尝试了很多解决方案,但没有一个有效,我尝试了这些解决方案 here , here但字体仍然没有显示效果,应用程序也没有显示任何错误。代码有什么问题。

下面是我的代码

  Widget textSection = new Container(
decoration: new BoxDecoration(
color: Colors.blue[100], border: new Border.all(color: Colors.black)),
padding: const EdgeInsets.all(18.0),
margin: const EdgeInsets.only(left: 14.0, right: 14.0, bottom: 14.0),
width: double.infinity,
child: new Text(
"Labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.",
textAlign: TextAlign.center,
style: new TextStyle(
color: Colors.black45,
fontSize: 22.0,
fontFamily: 'Raleway-Regular'),
softWrap: true,
),
);

This is My yaml file

this is my project hierarchy

最佳答案

我认为这与您的 pubspec 文件有关,缩进很重要。

flutter:
uses-material-design: true
assets:
- image/lake.png
fonts:
- family: Raleway
fonts:
- asset: fonts/Raleway-Regular.ttf
- asset: fonts/Raleway-Italic.ttf
style: italic

关于android - flutter:自定义字体显示无效,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54148340/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com