iconfont:我如何使iconfont在颤抖中工作

时间:2018-12-29 07:29:14

标签: flutter

我在flutter中使用了iconfont,但无法正常工作,

它看起来像一个'X'like this

我在pubsepc.yaml中定义它:

flutter:
  uses-material-design: true
  fonts:
    - family: iconfont
      fonts:
        - asset: assets/fonts/iconfont.ttf

这就是我的用法:

MaterialApp(
     home: Scaffold(
       appBar: AppBar(title: Text('data'),),
       body: Center(
         child: Container(child: Icon(IconData(0xe60d,fontFamily: 'iconfont'),color: Colors.amber,size: 50.0,),)
       ),
     ),
   ),

“ 0xe60d”已在iconfont.ttf中定义,我尝试将其替换为另一个已定义的图标,但它也是无用的

谁可以帮助我?真诚的感谢

1 个答案:

答案 0 :(得分:0)

使用此工具生成图标字体:http://fluttericon.com/