File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1+ ## 10.5.1
2+ * Hotfix #244 - regular font still used
3+ * Update package description icon count
4+
15## 10.5.0
26* Fix #244 - dynamic icon retrieval requires regular font
37 * BREAKING: getIconFromCss now returns null if no matching icon is found
Original file line number Diff line number Diff line change 11name : font_awesome_flutter
2- description : The Font Awesome Icon pack available as Flutter Icons. Provides 1600 additional icons to use in your apps.
2+ description : The Font Awesome Icon pack available as Flutter Icons. Provides 2000 additional icons to use in your apps.
33maintainer : Michael Spiss (@michaelspiss)
44repository : https://github.com/fluttercommunity/font_awesome_flutter
55issue_tracker : https://github.com/fluttercommunity/font_awesome_flutter/issues
6- version : 10.5.0
6+ version : 10.5.1
77
88environment :
99 sdk : " >=3.0.0 <4.0.0"
@@ -43,4 +43,4 @@ flutter:
4343# - family: FontAwesomeThin
4444# fonts:
4545# - asset: lib/fonts/fa-thin-100.ttf
46- # weight: 100
46+ # weight: 100
Original file line number Diff line number Diff line change @@ -300,7 +300,7 @@ to complete successfully.
300300 " var icon = separatedCssClasses.firstWhere((c) => c.startsWith('fa-'));" ,
301301 " icon = icon.replaceFirst('fa-', '');" ,
302302 '' ,
303- " return faIconNameMapping[style + ' ' + icon] ?? FontAwesomeIcons.circleQuestion ;" ,
303+ " return faIconNameMapping[' \$ style \$ icon'] ;" ,
304304 ' } on StateError {' ,
305305 ' return null;' ,
306306 ' }' ,
You can’t perform that action at this time.
0 commit comments