Skip to content

Commit 4b798bd

Browse files
committed
Fix #276 by upping the min flutter version
1 parent 4f612d9 commit 4b798bd

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 10.9.1
2+
3+
- Fix #276 - breaks build using flutter 3.24 or lower - thanks @ptran-dev!
4+
15
## 10.9.0
26

37
- Upgrade to Font Awesome 6.7.2

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ description: The Font Awesome Icon pack available as Flutter Icons. Provides 200
33
maintainer: Michael Spiss (@michaelspiss)
44
repository: https://github.com/fluttercommunity/font_awesome_flutter
55
issue_tracker: https://github.com/fluttercommunity/font_awesome_flutter/issues
6-
version: 10.9.0
6+
version: 10.9.1
77

88
environment:
9-
sdk: ">=3.0.0 <4.0.0"
9+
sdk: ">=3.27.0 <4.0.0"
1010

1111
dependencies:
1212
flutter:

0 commit comments

Comments
 (0)