From eca9e8a526f8438f5f0821b040d790e8d3ed0dd6 Mon Sep 17 00:00:00 2001 From: lowrt Date: Fri, 15 Aug 2025 14:31:45 +0800 Subject: [PATCH 1/8] Flutter 3.35 --- README.md | 8 ++++---- ios/Podfile.lock | 2 +- pubspec.lock | 10 +++++----- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 2b11f6c9a..0b021362e 100644 --- a/README.md +++ b/README.md @@ -86,10 +86,10 @@ DPIP 支援多語言,我們正在 Crowdin 平台上進行翻譯。如果你願 - _\*可選\*_ [**Git**](https://git-scm.com/): 用於複製存儲庫 ```console -Flutter 3.33.0-0.2.pre • channel beta • https://github.com/flutter/flutter.git -Framework • revision 1db45f7408 • 2025-05-29 10:05:06 -0700 -Engine • revision 308a517184 • 2025-05-23 15:32:17 -0700 -Tools • Dart 3.9.0 (build 3.9.0-100.2.beta) • DevTools 2.46.0 +Flutter 3.35.1 • channel stable • https://github.com/flutter/flutter.git +Framework • revision 20f8274939 • 2025-08-14 10:53:09 -0700 +Engine • hash 6cd51c08a88e7bbe848a762c20ad3ecb8b063c0e • 2025-08-13 23:35:25.000Z +Tools • Dart 3.9.0 • DevTools 2.48.0 ``` ### 建置步驟 diff --git a/ios/Podfile.lock b/ios/Podfile.lock index ba7d51999..dc2e37211 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -221,7 +221,7 @@ SPEC CHECKSUMS: FirebaseCoreInternal: 9afa45b1159304c963da48addb78275ef701c6b4 FirebaseInstallations: 317270fec08a5d418fdbc8429282238cab3ac843 FirebaseMessaging: 3b26e2cee503815e01c3701236b020aa9b576f09 - Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7 + Flutter: cabc95a1d2626b1b06e7179b784ebcf0c0cde467 flutter_icmp_ping: 2b159955eee0c487c766ad83fec224ae35e7c935 fluttertoast: 21eecd6935e7064cc1fcb733a4c5a428f3f24f0f gal: 6a522c75909f1244732d4596d11d6a2f86ff37a5 diff --git a/pubspec.lock b/pubspec.lock index f7ee0821e..b2fd52195 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1412,10 +1412,10 @@ packages: dependency: transitive description: name: test_api - sha256: fb31f383e2ee25fbbfe06b40fe21e1e458d14080e3c67e7ba0acfde4df4e0bbd + sha256: "522f00f556e73044315fa4585ec3270f1808a4b186c936e612cab0b565ff1e00" url: "https://pub.dev" source: hosted - version: "0.7.4" + version: "0.7.6" timezone: dependency: "direct main" description: @@ -1548,10 +1548,10 @@ packages: dependency: transitive description: name: vector_math - sha256: "80b3257d1492ce4d091729e3a67a60407d227c27241d6927be0130c98e741803" + sha256: d530bd74fea330e6e364cda7a85019c434070188383e1cd8d9777ee586914c5b url: "https://pub.dev" source: hosted - version: "2.1.4" + version: "2.2.0" vm_service: dependency: transitive description: @@ -1641,5 +1641,5 @@ packages: source: hosted version: "3.1.3" sdks: - dart: ">=3.7.0 <4.0.0" + dart: ">=3.8.0-0 <4.0.0" flutter: ">=3.31.0-0.0.pre" From 670de9c4e42485b623890cde04117c2b18e753c0 Mon Sep 17 00:00:00 2001 From: lowrt Date: Fri, 15 Aug 2025 20:58:08 +0800 Subject: [PATCH 2/8] pubspec --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 2f1fc03a4..62704dbe1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,7 +4,7 @@ publish_to: 'none' version: 3.1.0 environment: - sdk: '>=3.7.0 <4.0.0' + sdk: '>=3.8.0 <4.0.0' dependencies: autostarter: 0.0.2 From a0bf85dc079ceed5114730f8d1ea48d91e966ec2 Mon Sep 17 00:00:00 2001 From: lowrt Date: Fri, 15 Aug 2025 21:01:25 +0800 Subject: [PATCH 3/8] pubspec --- pubspec.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/pubspec.yaml b/pubspec.yaml index 62704dbe1..542f8e043 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,6 +5,7 @@ version: 3.1.0 environment: sdk: '>=3.8.0 <4.0.0' + flutter: '>=3.22.0' dependencies: autostarter: 0.0.2 From 4c9f32cb481847e4fb7659b10a3227c6c674e3c2 Mon Sep 17 00:00:00 2001 From: lowrt Date: Fri, 15 Aug 2025 21:03:51 +0800 Subject: [PATCH 4/8] Update pubspec.lock --- pubspec.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.lock b/pubspec.lock index b2fd52195..c750faacf 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1641,5 +1641,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.31.0-0.0.pre" From 296886a48557c40c628ad231b0323a822ef1b33a Mon Sep 17 00:00:00 2001 From: lowrt Date: Fri, 15 Aug 2025 21:15:18 +0800 Subject: [PATCH 5/8] Revert "pubspec" This reverts commit a0bf85dc079ceed5114730f8d1ea48d91e966ec2. --- pubspec.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 542f8e043..62704dbe1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,7 +5,6 @@ version: 3.1.0 environment: sdk: '>=3.8.0 <4.0.0' - flutter: '>=3.22.0' dependencies: autostarter: 0.0.2 From 2b555564dc34ec04ae08a0ab39e07a86f1c5c46d Mon Sep 17 00:00:00 2001 From: lowrt Date: Fri, 15 Aug 2025 21:19:42 +0800 Subject: [PATCH 6/8] pubspec --- pubspec.lock | 2 +- pubspec.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pubspec.lock b/pubspec.lock index c750faacf..97b90623d 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1642,4 +1642,4 @@ packages: version: "3.1.3" sdks: dart: ">=3.8.0 <4.0.0" - flutter: ">=3.31.0-0.0.pre" + flutter: ">=3.31.0" diff --git a/pubspec.yaml b/pubspec.yaml index 62704dbe1..9601bb5ed 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,6 +5,7 @@ version: 3.1.0 environment: sdk: '>=3.8.0 <4.0.0' + flutter: '>=3.31.0' dependencies: autostarter: 0.0.2 From 012c3312f584938d3e556bb2c73c6d219dbd9ac3 Mon Sep 17 00:00:00 2001 From: lowrt Date: Sat, 30 Aug 2025 16:35:31 +0800 Subject: [PATCH 7/8] pubspec --- macos/Flutter/GeneratedPluginRegistrant.swift | 4 ---- pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/macos/Flutter/GeneratedPluginRegistrant.swift b/macos/Flutter/GeneratedPluginRegistrant.swift index 4c19660fa..af8a49964 100644 --- a/macos/Flutter/GeneratedPluginRegistrant.swift +++ b/macos/Flutter/GeneratedPluginRegistrant.swift @@ -10,10 +10,8 @@ import awesome_notifications_core import device_info_plus import dynamic_system_colors import firebase_core -import firebase_crashlytics import firebase_messaging import gal -import geolocator_apple import in_app_purchase_storekit import package_info_plus import path_provider_foundation @@ -28,10 +26,8 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) { DeviceInfoPlusMacosPlugin.register(with: registry.registrar(forPlugin: "DeviceInfoPlusMacosPlugin")) DynamicColorPlugin.register(with: registry.registrar(forPlugin: "DynamicColorPlugin")) FLTFirebaseCorePlugin.register(with: registry.registrar(forPlugin: "FLTFirebaseCorePlugin")) - FLTFirebaseCrashlyticsPlugin.register(with: registry.registrar(forPlugin: "FLTFirebaseCrashlyticsPlugin")) FLTFirebaseMessagingPlugin.register(with: registry.registrar(forPlugin: "FLTFirebaseMessagingPlugin")) GalPlugin.register(with: registry.registrar(forPlugin: "GalPlugin")) - GeolocatorPlugin.register(with: registry.registrar(forPlugin: "GeolocatorPlugin")) InAppPurchasePlugin.register(with: registry.registrar(forPlugin: "InAppPurchasePlugin")) FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin")) PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin")) diff --git a/pubspec.lock b/pubspec.lock index 97b90623d..3e2079487 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1642,4 +1642,4 @@ packages: version: "3.1.3" sdks: dart: ">=3.8.0 <4.0.0" - flutter: ">=3.31.0" + flutter: ">=3.35.1" diff --git a/pubspec.yaml b/pubspec.yaml index 9601bb5ed..3c49407a6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,7 +5,7 @@ version: 3.1.0 environment: sdk: '>=3.8.0 <4.0.0' - flutter: '>=3.31.0' + flutter: '>=3.35.1' dependencies: autostarter: 0.0.2 From c9714222aa2d08ac9cdf225f1db53bb6ebe028a5 Mon Sep 17 00:00:00 2001 From: lowrt Date: Sat, 30 Aug 2025 17:28:57 +0800 Subject: [PATCH 8/8] build: Sdk 36 --- android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 4408838fd..80af7c869 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -48,7 +48,7 @@ android { defaultConfig { applicationId "com.exptech.dpip" minSdkVersion 26 - targetSdkVersion 35 + targetSdkVersion 36 versionCode 300100000 versionName flutterVersionName multiDexEnabled true