Skip to content

Commit

Permalink
Merge pull request #245 from natsuk4ze/update-to-2.3.1
Browse files Browse the repository at this point in the history
Update to 2.3.1
  • Loading branch information
natsuk4ze authored Dec 14, 2024
2 parents e3bbf0d + 45360ec commit 518048a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.3.1

* Add Swift Package Manager support. #242
* Add PrivacyInfo.xcprivacy for Apple's Privacy Manifests. #242

## 2.3.0

* Add `name` parameter to `putImageBytes`. #205
Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,12 @@
### Please [LIKE👍](https://pub.dev/packages/gal) and [STAR⭐️](https://github.com/natsuk4ze/gal) to support our volunteer efforts.


**Support** means that all functions have been tested manually or [automatically](https://github.com/natsuk4ze/gal/actions/runs/7517751549) whenever possible.
| | Android | iOS | macOS | Windows | Linux |
|-------------|---------|-----|-------|---------|-------|
| **Support** | SDK 21+ | 11+ | 11+ | 10+ | See: [gal_linux](https://pub.dev/packages/gal_linux) |

**Support** means that all functions have been tested manually or [automatically](https://github.com/natsuk4ze/gal/actions/runs/7517751549) whenever possible.

| | iOS | Android |
|-------------|-----|---------|
| **Example** | <img src="https://github.com/natsuk4ze/gal/raw/main/assets/ios.gif" alt="ios" width="270"/> | <img src="https://github.com/natsuk4ze/gal/raw/main/assets/android.gif" alt="android" width="270"/> |
Expand Down Expand Up @@ -224,7 +225,7 @@ If you write an article about Gal, let us know in discussion and we will post th
## 💚 Trusted by huge projects
Although Gal has only been released for a short time, it is already trusted by huge projects.

- ### [localsend - 28k⭐️](https://github.com/localsend/localsend)
- ### [flutter-quill-extensions - 2.3k⭐️](https://github.com/singerdmx/flutter-quill)
- ### [Thunder - 660⭐️](https://github.com/thunder-app/thunder)
- ### [localsend - 55k⭐️](https://github.com/localsend/localsend)
- ### [flutter-quill-extensions - 2.6k⭐️](https://github.com/singerdmx/flutter-quill)
- ### [Thunder - 0.8k⭐️](https://github.com/thunder-app/thunder)
and more...
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: 2.3.0
version: 2.3.1
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: Flutter plugin to save images/videos to photos gallery with permission handling
version: 2.3.0
version: 2.3.1
homepage: https://pub.dev/packages/gal
repository: https://github.com/natsuk4ze/gal
documentation: https://github.com/natsuk4ze/gal/wiki
Expand Down

0 comments on commit 518048a

Please sign in to comment.