Skip to content

Commit

Permalink
Merge pull request #59 from natsuk4ze/Update-to-1.7.0
Browse files Browse the repository at this point in the history
Update to 1.7.0
  • Loading branch information
natsuk4ze authored Aug 1, 2023
2 parents 2253571 + d92a953 commit 652ed5a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.7.0

* Add: Support Android API 21-23.

## 1.6.3

* FIX: Crashing on permission requests for other packages.
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion lib/src/gal.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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<void> open() async => GalPlatform.instance.open();

/// Check if the app has access permissions.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 652ed5a

Please sign in to comment.