Skip to content

Commit da83937

Browse files
committed
Update pinned Flutter version to 3.38.0 for Android, and comment out (still required) 3.27.4 for iOS.
1 parent af49481 commit da83937

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1356,4 +1356,4 @@ packages:
13561356
version: "3.1.3"
13571357
sdks:
13581358
dart: ">=3.8.0-0 <4.0.0"
1359-
flutter: ">=3.27.4"
1359+
flutter: ">=3.38.0"

pubspec.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ version: 1.4.0+229
55

66
environment:
77
sdk: '>=3.6.0 <4.0.0'
8-
# Pinned to an older version of Flutter due to accessibility bug: https://github.com/flutter/flutter/issues/164483
9-
flutter: 3.27.4
8+
# Pinned to an older version of Flutter for iOS due to accessibility bug: https://github.com/flutter/flutter/issues/164483
9+
#flutter: 3.27.4
10+
flutter: 3.38.0
1011

1112
dependencies:
1213
accessibility_tools: ^2.4.1

0 commit comments

Comments
 (0)