From 00de5429cc577e80417807ac1b99882a27b81c82 Mon Sep 17 00:00:00 2001 From: Midori Date: Thu, 17 Aug 2023 21:00:55 +0900 Subject: [PATCH] Update to 1.8.2 --- CHANGELOG.md | 6 ++++++ example/pubspec.yaml | 2 +- pubspec.yaml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e89b8174..d03fac8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.8.2 + +* FIX: `put-` does not run with Future #96 +* FIX: `put-` with album and user selects 'selected photos' in permission dialog #95 +* ADD: `requestAccess` when called `run-` #97 + ## 1.8.1 * REMOVE: plugin_platform_interface #84 diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 9ac36bf5..5245e500 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -1,6 +1,6 @@ name: gal_example description: Demonstrates how to use the gal plugin. -version: 1.8.1 +version: 1.8.2 publish_to: none environment: diff --git a/pubspec.yaml b/pubspec.yaml index cd848361..ce9a9381 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: gal description: Gal is a Flutter plugin for saving image/video to gallary app. You can also easily handle permissions. -version: 1.8.1 +version: 1.8.2 homepage: https://pub.dev/packages/gal repository: https://github.com/natsuk4ze/gal