Flutter-如何获得默认系统字体?
我在flutter应用程序中使用自定义字体: return MaterialApp ( theme: ThemeData( fontFamily: "MyFont" ) ) 但是在一个应用程序中,我需要使用“系统…
Flutter:使用另一个包中的图标字体
我为我的项目开发了单独的 UI 包。 这是它的简化结构: project: │ ... │ ├── lib: │ │ │ └── classes using AppIcons.ttf: │ └── pac…
- 共 1 页
- 1