From f2388c81e0813bdbf1d3774d53bc2c4df30a543b Mon Sep 17 00:00:00 2001 From: nyne Date: Mon, 20 Jan 2025 20:21:43 +0800 Subject: [PATCH] Lower iOS version requirements --- ios/Podfile | 2 +- pubspec.lock | 4 ++-- pubspec.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ios/Podfile b/ios/Podfile index f2c33c6..8eaa995 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -1,5 +1,5 @@ # Uncomment this line to define a global platform for your project -platform :ios, '15.0' +platform :ios, '12.0' # CocoaPods analytics sends network stats synchronously affecting flutter build latency. ENV['COCOAPODS_DISABLE_STATS'] = 'true' diff --git a/pubspec.lock b/pubspec.lock index 213842c..80c395b 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1150,10 +1150,10 @@ packages: dependency: "direct main" description: name: zip_flutter - sha256: be21152c35fcb6d0ef4ce89fc3aed681f7adc0db5490ca3eb5893f23fd20e646 + sha256: "0b68bb8b4161cf65afa43100f5c5a0335392cb0f31662e0022b797cfd08d5833" url: "https://pub.dev" source: hosted - version: "0.0.6" + version: "0.0.7" sdks: dart: ">=3.6.0 <4.0.0" flutter: ">=3.27.2" diff --git a/pubspec.yaml b/pubspec.yaml index 4720478..e25223e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -51,7 +51,7 @@ dependencies: sliver_tools: ^0.2.12 flutter_file_dialog: ^3.0.2 file_selector: ^1.0.3 - zip_flutter: ^0.0.6 + zip_flutter: ^0.0.7 lodepng_flutter: git: url: https://github.com/venera-app/lodepng_flutter