File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
## 11.0.0
2
- * Upgrade to Font Awesome 7.0.0
3
- * ** Note** : Font Awesome 7 does not include ` .ttf ` font files anymore, so the lib now uses the ` .otf ` files.
2
+ - Upgrade to Font Awesome 7.0.0
3
+ - ** Note** : Font Awesome 7 does not include ` .ttf ` font files anymore, so the lib now uses the ` .otf ` files.
4
+
5
+ ## 10.9.1
6
+
7
+ - Fix #276 - breaks build using flutter 3.24 or lower - thanks @ptran-dev !
4
8
5
9
## 10.9.0
10
+
6
11
- Upgrade to Font Awesome 6.7.2
7
12
- Refactor icon color opacity handling and update example icons - thanks @bennajah !
8
13
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ version: 11.0.0
7
7
8
8
environment :
9
9
sdk : " >=3.0.0 <4.0.0"
10
+ flutter : " >=3.27.0"
10
11
11
12
dependencies :
12
13
flutter :
You can’t perform that action at this time.
0 commit comments