Skip to content

Commit

Permalink
Fix flutter version
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDoctorDE committed Dec 23, 2024
1 parent 13bda87 commit 15db4e7
Show file tree
Hide file tree
Showing 6 changed files with 684 additions and 173 deletions.
4 changes: 2 additions & 2 deletions app/android/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GEM
artifactory (3.0.17)
atomos (0.1.3)
aws-eventstream (1.3.0)
aws-partitions (1.1025.0)
aws-partitions (1.1027.0)
aws-sdk-core (3.214.0)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.992.0)
Expand Down Expand Up @@ -224,4 +224,4 @@ DEPENDENCIES
screengrab

BUNDLED WITH
2.5.16
2.6.2
2 changes: 1 addition & 1 deletion app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1347,4 +1347,4 @@ packages:
version: "3.1.3"
sdks:
dart: ">=3.6.0 <4.0.0"
flutter: ">=3.24.5"
flutter: ">=3.27.1"
2 changes: 1 addition & 1 deletion app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ version: 0.3.2+9

environment:
sdk: ">=3.0.0 <4.0.0"
flutter: 3.24.5
flutter: 3.27.1

dependencies:
flutter:
Expand Down
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/starlight": "^0.30.2",
"astro": "^5.0.9",
"@astrojs/starlight": "^0.30.3",
"astro": "^5.1.1",
"remark-gemoji": "^8.0.0",
"remark-heading-id": "^1.0.1",
"sharp": "^0.33.5",
"typescript": "^5.7.2"
},
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"devDependencies": {
"sass": "^1.83.0"
}
Expand Down
Loading

0 comments on commit 15db4e7

Please sign in to comment.