Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .fvmrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"flutter": "3.35.6"
"flutter": "3.38.6"
Copy link

Copilot AI Jan 13, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Flutter SDK version in .fvmrc is set to 3.38.6, but the flutter-version.txt file specifies 3.38.5. These should match to ensure consistent development environments. According to the development guidelines, flutter-version.txt is the source of truth for the required Flutter version.

Suggested change
"flutter": "3.38.6"
"flutter": "3.35.1"

Copilot uses AI. Check for mistakes.
}
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
"unfocus",
"webview"
],
"dart.flutterSdkPath": ".fvm/versions/3.27.4"
"dart.flutterSdkPath": ".fvm/versions/3.38.6"
Copy link

Copilot AI Jan 13, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Flutter SDK path points to version 3.38.6, but flutter-version.txt specifies 3.38.5. This should be updated to match the version in flutter-version.txt to maintain consistency across the development environment.

Suggested change
"dart.flutterSdkPath": ".fvm/versions/3.38.6"
"dart.flutterSdkPath": ".fvm/versions/3.35.1"

Copilot uses AI. Check for mistakes.
}
8 changes: 4 additions & 4 deletions packages/smooth_app/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,9 @@ PODS:
- MTBBarcodeScanner
- rive_native (0.0.1):
- Flutter
- SDWebImage (5.21.4):
- SDWebImage/Core (= 5.21.4)
- SDWebImage/Core (5.21.4)
- SDWebImage (5.21.5):
- SDWebImage/Core (= 5.21.5)
- SDWebImage/Core (5.21.5)
- SDWebImageWebPCoder (0.15.0):
- libwebp (~> 1.0)
- SDWebImage/Core (~> 5.17)
Expand Down Expand Up @@ -324,7 +324,7 @@ SPEC CHECKSUMS:
PromisesObjC: f5707f49cb48b9636751c5b2e7d227e43fba9f47
qr_code_scanner: d77f94ecc9abf96d9b9b8fc04ef13f611e5a147a
rive_native: fcea2a63d25e1a6417716ac1380e9667cf52ad74
SDWebImage: d0184764be51240d49c761c37f53dd017e1ccaaf
SDWebImage: e9c98383c7572d713c1a0d7dd2783b10599b9838
SDWebImageWebPCoder: 0e06e365080397465cc73a7a9b472d8a3bd0f377
Sentry: b53951377b78e21a734f5dc8318e333dbfc682d7
sentry_flutter: 580133c878f86698e23bb5dd7217a3387c4b79b5
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"images" : [],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Loading