Skip to content

Commit b186eb6

Browse files
authored
Merge branch 'master' into feature/font-awesome-7
2 parents 3e1a66a + 269cd16 commit b186eb6

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
## 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!
48

59
## 10.9.0
10+
611
- Upgrade to Font Awesome 6.7.2
712
- Refactor icon color opacity handling and update example icons - thanks @bennajah!
813

pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ version: 11.0.0
77

88
environment:
99
sdk: ">=3.0.0 <4.0.0"
10+
flutter: ">=3.27.0"
1011

1112
dependencies:
1213
flutter:

0 commit comments

Comments
 (0)