Skip to content

Commit 066e0d6

Browse files
committed
Upgrade to flutter 3.35
1 parent ca90883 commit 066e0d6

File tree

15 files changed

+815
-807
lines changed

15 files changed

+815
-807
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ jobs:
388388
name: linux-${{ matrix.arch.name }}-snap
389389
path: ${{ steps.build.outputs.snap }}
390390
build-macos:
391-
runs-on: macos-latest
391+
runs-on: macos-14
392392
defaults:
393393
run:
394394
working-directory: app
@@ -447,7 +447,7 @@ jobs:
447447
448448
build-ipa:
449449
name: build-ipa (iOS)
450-
runs-on: macos-latest
450+
runs-on: macos-14
451451
defaults:
452452
run:
453453
working-directory: app

api/pubspec.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -61,18 +61,18 @@ packages:
6161
dependency: transitive
6262
description:
6363
name: build
64-
sha256: "7174c5d84b0fed00a1f5e7543597b35d67560465ae3d909f0889b8b20419d5e3"
64+
sha256: "6439a9c71a4e6eca8d9490c1b380a25b02675aa688137dfbe66d2062884a23ac"
6565
url: "https://pub.dev"
6666
source: hosted
67-
version: "3.0.1"
67+
version: "3.0.2"
6868
build_config:
6969
dependency: transitive
7070
description:
7171
name: build_config
72-
sha256: "4ae2de3e1e67ea270081eaee972e1bd8f027d459f249e0f1186730784c2e7e33"
72+
sha256: "4f64382b97504dc2fcdf487d5aae33418e08b4703fc21249e4db6d804a4d0187"
7373
url: "https://pub.dev"
7474
source: hosted
75-
version: "1.1.2"
75+
version: "1.2.0"
7676
build_daemon:
7777
dependency: transitive
7878
description:
@@ -85,26 +85,26 @@ packages:
8585
dependency: transitive
8686
description:
8787
name: build_resolvers
88-
sha256: "82730bf3d9043366ba8c02e4add05842a10739899520a6a22ddbd22d333bd5bb"
88+
sha256: "2b21a125d66a86b9511cc3fb6c668c42e9a1185083922bf60e46d483a81a9712"
8989
url: "https://pub.dev"
9090
source: hosted
91-
version: "3.0.1"
91+
version: "3.0.2"
9292
build_runner:
9393
dependency: "direct dev"
9494
description:
9595
name: build_runner
96-
sha256: "32c6b3d172f1f46b7c4df6bc4a47b8d88afb9e505dd4ace4af80b3c37e89832b"
96+
sha256: fd3c09f4bbff7fa6e8d8ef688a0b2e8a6384e6483a25af0dac75fef362bcfe6f
9797
url: "https://pub.dev"
9898
source: hosted
99-
version: "2.6.1"
99+
version: "2.7.0"
100100
build_runner_core:
101101
dependency: transitive
102102
description:
103103
name: build_runner_core
104-
sha256: "4b188774b369104ad96c0e4ca2471e5162f0566ce277771b179bed5eabf2d048"
104+
sha256: ab27e46c8aa233e610cf6084ee6d8a22c6f873a0a9929241d8855b7a72978ae7
105105
url: "https://pub.dev"
106106
source: hosted
107-
version: "9.2.1"
107+
version: "9.3.0"
108108
built_collection:
109109
dependency: transitive
110110
description:

app/android/Gemfile.lock

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,27 @@ GEM
1111
artifactory (3.0.17)
1212
atomos (0.1.3)
1313
aws-eventstream (1.4.0)
14-
aws-partitions (1.1132.0)
15-
aws-sdk-core (3.227.0)
14+
aws-partitions (1.1148.0)
15+
aws-sdk-core (3.229.0)
1616
aws-eventstream (~> 1, >= 1.3.0)
1717
aws-partitions (~> 1, >= 1.992.0)
1818
aws-sigv4 (~> 1.9)
1919
base64
20+
bigdecimal
2021
jmespath (~> 1, >= 1.6.1)
2122
logger
22-
aws-sdk-kms (1.107.0)
23-
aws-sdk-core (~> 3, >= 3.227.0)
23+
aws-sdk-kms (1.110.0)
24+
aws-sdk-core (~> 3, >= 3.228.0)
2425
aws-sigv4 (~> 1.5)
25-
aws-sdk-s3 (1.194.0)
26-
aws-sdk-core (~> 3, >= 3.227.0)
26+
aws-sdk-s3 (1.197.0)
27+
aws-sdk-core (~> 3, >= 3.228.0)
2728
aws-sdk-kms (~> 1)
2829
aws-sigv4 (~> 1.5)
2930
aws-sigv4 (1.12.1)
3031
aws-eventstream (~> 1, >= 1.0.2)
3132
babosa (1.0.4)
3233
base64 (0.3.0)
34+
bigdecimal (3.2.2)
3335
claide (1.1.0)
3436
colored (1.2)
3537
colored2 (3.1.2)
@@ -158,7 +160,7 @@ GEM
158160
httpclient (2.9.0)
159161
mutex_m
160162
jmespath (1.6.2)
161-
json (2.13.0)
163+
json (2.13.2)
162164
jwt (2.10.2)
163165
base64
164166
logger (1.7.0)

app/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ android {
4848
applicationId = "dev.linwood.setonix"
4949
// You can update the following values to match your application needs.
5050
// For more information, see: https://flutter.dev/to/review-gradle-config.
51-
minSdk = 23
51+
minSdk = 24
5252
targetSdk = flutter.targetSdkVersion
5353
versionCode = flutter.versionCode
5454
versionName = flutter.versionName

app/l10n.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@ arb-dir: lib/l10n
22
template-arb-file: app_en.arb
33
output-localization-file: app_localizations.dart
44
nullable-getter: false
5-
synthetic-package: false
65
output-dir: lib/src/generated/i18n

0 commit comments

Comments
 (0)