We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f612d9 commit 4b798bdCopy full SHA for 4b798bd
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 10.9.1
2
+
3
+- Fix #276 - breaks build using flutter 3.24 or lower - thanks @ptran-dev!
4
5
## 10.9.0
6
7
- Upgrade to Font Awesome 6.7.2
pubspec.yaml
@@ -3,10 +3,10 @@ description: The Font Awesome Icon pack available as Flutter Icons. Provides 200
maintainer: Michael Spiss (@michaelspiss)
repository: https://github.com/fluttercommunity/font_awesome_flutter
issue_tracker: https://github.com/fluttercommunity/font_awesome_flutter/issues
-version: 10.9.0
+version: 10.9.1
8
environment:
9
- sdk: ">=3.0.0 <4.0.0"
+ sdk: ">=3.27.0 <4.0.0"
10
11
dependencies:
12
flutter:
0 commit comments