Skip to content

Commit 0c7a53c

Browse files
authored
Merge pull request #190 from payam-zahedi/feat/update-flutter
fix: update minimum flutter version to 3.27.0
2 parents d451274 + 12ae93a commit 0c7a53c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 3.0.2
2+
* fix: update minimum flutter version to 3.27.0 by @payam-zahedi
3+
14
## 3.0.1
25
* fix: fix issue related to styles by @payam-zahedi
36

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ topics:
1111

1212
environment:
1313
sdk: '>=3.0.0 <4.0.0'
14-
flutter: ">=3.0.0"
14+
flutter: ">=3.27.0"
1515

1616
dependencies:
1717
flutter:

0 commit comments

Comments
 (0)