From 7e71f7fb59cea66d3e69e0c8048c3314f0e85946 Mon Sep 17 00:00:00 2001 From: Neeraj Gupta <254676+ua741@users.noreply.github.com> Date: Mon, 6 Jun 2022 10:54:05 +0530 Subject: [PATCH 1/3] Fix typo --- lib/utils/file_uploader_util.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/utils/file_uploader_util.dart b/lib/utils/file_uploader_util.dart index 90562ba79..77a7fb6e7 100644 --- a/lib/utils/file_uploader_util.dart +++ b/lib/utils/file_uploader_util.dart @@ -74,8 +74,8 @@ Future _getMediaUploadDataFromAssetFile(ente.File file) async { if (file.fileType == FileType.livePhoto && io.Platform.isIOS) { final io.File videoUrl = await Motionphoto.getLivePhotoFile(file.localID); if (videoUrl == null || !videoUrl.existsSync()) { - String errMsg = "missing livePhoto url for ${file - .toString()} with subType ${file.fileSubType}; + String errMsg = + "missing livePhoto url for ${file.toString()} with subType ${file.fileSubType}"; _logger.severe(errMsg); throw InvalidFileUploadState(errMsg); } From 6512d61119f9723a8e3dec0e150244956d37950b Mon Sep 17 00:00:00 2001 From: Neeraj Gupta <254676+ua741@users.noreply.github.com> Date: Mon, 6 Jun 2022 10:55:09 +0530 Subject: [PATCH 2/3] upgrade photo view: ^0.14.0 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 813060930..3fa620ff8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -81,7 +81,7 @@ dependencies: path_provider: ^2.0.1 pedantic: ^1.9.2 photo_manager: ^2.0.8 - photo_view: ^0.13.0 + photo_view: ^0.14.0 pie_chart: git: "https://github.com/apgapg/pie_chart.git" pinput: ^1.2.2 From f159f1b84f7b87ea76c06f57ff77f5884e4efb63 Mon Sep 17 00:00:00 2001 From: Neeraj Gupta <254676+ua741@users.noreply.github.com> Date: Mon, 6 Jun 2022 10:56:03 +0530 Subject: [PATCH 3/3] bump version to 0.5.33+313 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 3fa620ff8..51246aebe 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,7 +11,7 @@ description: ente photos application # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 0.5.32+312 +version: 0.5.33+313 environment: sdk: ">=2.10.0 <3.0.0"