fix: update Flutter SDK version to ^3.8.0 and adjust dependencies for client and staff apps

This commit is contained in:
Achintha Isuru
2025-11-19 13:51:36 -05:00
parent 4ca290917f
commit 9553b03398
6 changed files with 8 additions and 10 deletions

View File

@@ -85,6 +85,9 @@ workflows:
<<: *client-app-base
name: 🚛🤖 Client App Dev (Android App Distribution)
environment:
flutter: stable
xcode: latest
cocoapods: default
groups:
- client_app_dev_credentials
vars:

View File

@@ -64,7 +64,7 @@ packages:
sha256: "4916e0fe1cb782e315d0e1ebdd34170f1836a8f6e24cb528083671302b486ace"
url: "https://pub.dev"
source: hosted
version: "10.0.1"
version: "10.2.2"
auto_route_generator:
dependency: "direct dev"
description:
@@ -72,7 +72,7 @@ packages:
sha256: "4d78093dc102eef57c9d53e43454d735f1552039dc9c595ef8cfc7445d9017f2"
url: "https://pub.dev"
source: hosted
version: "10.0.1"
version: "10.2.6"
bloc:
dependency: transitive
description:

View File

@@ -5,7 +5,7 @@ publish_to: 'none'
version: 1.0.36+116
environment:
sdk: ^3.5.4
sdk: ^3.8.0
dependencies:
flutter:

View File

@@ -1,5 +0,0 @@
DEFAULT := $code_gen
code_gen:
@echo "Running dart build_runner"
dart run build_runner build --delete-conflicting-outputs

View File

@@ -1932,5 +1932,5 @@ packages:
source: hosted
version: "3.1.3"
sdks:
dart: ">=3.8.0-0 <4.0.0"
dart: ">=3.8.0 <4.0.0"
flutter: ">=3.27.0"

View File

@@ -5,7 +5,7 @@ publish_to: 'none'
version: 1.0.28+111
environment:
sdk: ^3.5.4
sdk: ^3.8.0
dependencies:
flutter: