Flutter中集成Font Awesome


1、添加引用

在 pubspec.yaml文件中,加入 font awesome的引用

 

 1 dependencies:
 2   flutter:
 3     sdk: flutter
 4 
 5   # The following adds the Cupertino Icons font to your application.
 6   # Use with the CupertinoIcons class for iOS style icons.
 7   cupertino_icons: ^0.1.0
 8 
 9   #font awesome icon 這行是新加的
10   font_awesome_flutter: 8.2.0

點擊該文件上方的 Packages Get鏈接。

2、使用

import 'package:font_awesome_flutter/font_awesome_flutter.dart';

Icon(FontAwesomeIcons.solidCircle)

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM