Skip to content

Commit 269cd16

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ issue_tracker: https://github.com/fluttercommunity/font_awesome_flutter/issues
66
version: 10.9.1
77

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

1112
dependencies:
1213
flutter:

0 commit comments

Comments
 (0)