Skip to content

Commit

Permalink
Merge pull request #99 from natsuk4ze/update-to-1.8.2
Browse files Browse the repository at this point in the history
Update to 1.8.2
  • Loading branch information
natsuk4ze authored Aug 17, 2023
2 parents 5a0e73d + 00de542 commit b5eba05
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.8.1
version: 1.8.2
publish_to: none

environment:
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.8.1
version: 1.8.2
homepage: https://pub.dev/packages/gal
repository: https://github.com/natsuk4ze/gal

Expand Down

0 comments on commit b5eba05

Please sign in to comment.