Skip to content

Commit 57d00f8

Browse files
chore: upgrade Flutter to 3.38.1 and update dependencies (#27)
- Automated Flutter upgrade from 3.35.7 to 3.38.1 - Updated dependencies (dio, http) - Applied automatic fixes with dart fix - Updated tracked Flutter version - Verified with flutter analyze and flutter test Co-authored-by: GitHub Action <action@github.com>
1 parent b1cea78 commit 57d00f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.flutter-version-tracked

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.35.7
1+
3.38.1

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ environment:
1010
dependencies:
1111
flutter:
1212
sdk: flutter
13-
http: ^1.5.0
13+
http: ^1.6.0
1414
dio: ^5.9.0
1515

1616
dev_dependencies:

0 commit comments

Comments
 (0)