From d92a953c1cab90eda12e6337161fcb102b24bd76 Mon Sep 17 00:00:00 2001 From: yuoohama Date: Tue, 1 Aug 2023 16:27:41 +0900 Subject: [PATCH] Update to 1.7.0 --- CHANGELOG.md | 4 ++++ example/pubspec.yaml | 2 +- lib/src/gal.dart | 2 +- pubspec.yaml | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1f37d34..56462b55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.7.0 + +* Add: Support Android API 21-23. + ## 1.6.3 * FIX: Crashing on permission requests for other packages. diff --git a/example/pubspec.yaml b/example/pubspec.yaml index c20f3c2d..3138b9bb 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.6.3 +version: 1.7.0 publish_to: none environment: diff --git a/lib/src/gal.dart b/lib/src/gal.dart index f9b9dbfc..586a4cda 100644 --- a/lib/src/gal.dart +++ b/lib/src/gal.dart @@ -41,7 +41,7 @@ final class Gal { /// Open gallery app. /// - /// If there are multiple gallery apps, a picker may be displayed. + /// If there are multiple gallery apps, App selection sheet may be displayed. static Future open() async => GalPlatform.instance.open(); /// Check if the app has access permissions. diff --git a/pubspec.yaml b/pubspec.yaml index d6acc8c5..60f8d8fd 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.6.3 +version: 1.7.0 homepage: https://pub.dev/packages/gal repository: https://github.com/natsuk4ze/gal