From edaeae386e19c432b215a6a40cb3a2a366c95501 Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Fri, 13 Dec 2024 00:32:23 +0800 Subject: [PATCH] :rocket: Launch 2.0.0+23 --- ios/Podfile.lock | 2 +- macos/Podfile.lock | 2 +- pubspec.lock | 20 ++++++++++++++------ pubspec.yaml | 4 ++-- 4 files changed, 18 insertions(+), 10 deletions(-) diff --git a/ios/Podfile.lock b/ios/Podfile.lock index f99928a..71ced1d 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -320,7 +320,7 @@ EXTERNAL SOURCES: :path: ".symlinks/plugins/wakelock_plus/ios" SPEC CHECKSUMS: - connectivity_plus: 4c41c08fc6d7c91f63bc7aec70ffe3730b04f563 + connectivity_plus: 18382e7311ba19efcaee94442b23b32507b20695 croppy: b6199bc8d56bd2e03cc11609d1c47ad9875c1321 device_info_plus: bf2e3232933866d73fe290f2942f2156cdd10342 DKImagePickerController: 946cec48c7873164274ecc4624d19e3da4c1ef3c diff --git a/macos/Podfile.lock b/macos/Podfile.lock index 25a2a9f..dc44053 100644 --- a/macos/Podfile.lock +++ b/macos/Podfile.lock @@ -267,7 +267,7 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: bitsdojo_window_macos: 44e3b8fe3dd463820e0321f6256c5b1c16bb6a00 - connectivity_plus: 4c41c08fc6d7c91f63bc7aec70ffe3730b04f563 + connectivity_plus: 18382e7311ba19efcaee94442b23b32507b20695 croppy: 25a638bd7d05411d8c697f481568f261037694fc device_info_plus: 1b14eed9bf95428983aed283a8d51cce3d8c4215 file_selector_macos: cc3858c981fe6889f364731200d6232dac1d812d diff --git a/pubspec.lock b/pubspec.lock index 1911a9e..f4e1e26 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -50,10 +50,10 @@ packages: dependency: transitive description: name: archive - sha256: cb6a278ef2dbb298455e1a713bda08524a175630ec643a242c399c932a0a1f7d + sha256: "08064924cbf0ab88280a0c3f60db9dd24fec693927e725ecb176f16c629d1cb8" url: "https://pub.dev" source: hosted - version: "3.6.1" + version: "4.0.1" args: dependency: transitive description: @@ -482,10 +482,10 @@ packages: dependency: "direct main" description: name: file_picker - sha256: "89500471922dd3a89ab0d6e13ab4a2268c25474bff4ca7c628f55c76e0ced1de" + sha256: "16dc141db5a2ccc6520ebb6a2eb5945b1b09e95085c021d9f914f8ded7f1465c" url: "https://pub.dev" source: hosted - version: "8.1.5" + version: "8.1.4" file_selector_linux: dependency: transitive description: @@ -862,10 +862,10 @@ packages: dependency: transitive description: name: image - sha256: f31d52537dc417fdcde36088fdf11d191026fd5e4fae742491ebd40e5a8bea7d + sha256: "599d08e369969bdf83138f5b4e0a7e823d3f992f23b8a64dd626877c37013533" url: "https://pub.dev" source: hosted - version: "4.3.0" + version: "4.4.0" image_picker: dependency: "direct main" description: @@ -1370,6 +1370,14 @@ packages: url: "https://pub.dev" source: hosted version: "0.3.1" + posix: + dependency: transitive + description: + name: posix + sha256: a0117dc2167805aa9125b82eee515cc891819bac2f538c83646d355b16f58b9a + url: "https://pub.dev" + source: hosted + version: "6.0.1" protobuf: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 2b3f88e..87abf92 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 2.0.0+22 +version: 2.0.0+23 environment: sdk: ^3.5.4 @@ -61,7 +61,7 @@ dependencies: relative_time: ^5.0.0 image_picker: ^1.1.2 cross_file: ^0.3.4+2 - file_picker: ^8.1.3 + file_picker: 8.1.4 # pinned due to compile failed on android, https://github.com/miguelpruivo/flutter_file_picker/issues/1643 croppy: ^1.3.1 flutter_expandable_fab: ^2.3.0 dropdown_button2: ^2.3.9