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/android/app/build.gradle b/android/app/build.gradle index dafb2da7a..880419fc0 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 300100001 versionName flutterVersionName multiDexEnabled true 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/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 8a44d7553..17e541ee0 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1396,10 +1396,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: @@ -1500,10 +1500,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: @@ -1593,5 +1593,5 @@ packages: source: hosted version: "3.1.3" sdks: - dart: ">=3.7.0 <4.0.0" - flutter: ">=3.31.0-0.0.pre" + dart: ">=3.8.0 <4.0.0" + flutter: ">=3.35.1" diff --git a/pubspec.yaml b/pubspec.yaml index 8a2804ef2..a835446d7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,7 +4,8 @@ publish_to: 'none' version: 3.1.0 environment: - sdk: '>=3.7.0 <4.0.0' + sdk: '>=3.8.0 <4.0.0' + flutter: '>=3.35.1' dependencies: autostarter: 0.0.2