Skip to content

Commit

Permalink
Merge pull request #182 from natsuk4ze/Update-to-2.2.0
Browse files Browse the repository at this point in the history
Update to 2.2.0
  • Loading branch information
natsuk4ze committed Dec 5, 2023
2 parents 8f54585 + 17d3e3d commit 0030f3a
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 9 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.2.0

* ADD: PlatformInterface #180
* FIX: package download size 1MB to 0.5MB #181

## 2.1.4

* FIX: package download size 6MB to 1MB #175
Expand Down
20 changes: 13 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@
<img width="200" height="200" src="https://github.com/natsuk4ze/gal/raw/main/assets/logo.png" alt="Logo">
</p>
<h1 align="center"><b>Gal</b></h1>
<h3 align="center">
<b>
Dart3 plugin for saving image or video to photos gallery
<img src="https://is5-ssl.mzstatic.com/image/thumb/Purple122/v4/fe/3a/7e/fe3a7e0e-7f52-b750-0ed2-523998c59d48/AppIcon-0-0-1x_U007emarketing-0-0-0-7-0-0-sRGB-0-0-0-GLES2_U002c0-512MB-85-220-0-0.png/246x0w.webp" alt="ios photos" width="20" height="20"/> <img src="https://play-lh.googleusercontent.com/ZyWNGIfzUyoajtFcD7NhMksHEZh37f-MkHVGr5Yfefa-IX7yj9SMfI82Z7a2wpdKCA=w240-h480-rw" alt="google photos" width="20" height="20"/> <img src="https://upload.wikimedia.org/wikipedia/en/9/94/Microsoft_Photos_logo.png" alt="microsoft photos" width="22" height="22"/>
</b>
</h3>
<p align="center">
Dart3 plugin for saving image or video to photos gallery
<br />
<a href="https://pub.dev/packages/gal"><strong>pub.dev »</strong></a>
<br />
<br />
Expand All @@ -26,13 +30,11 @@
</p>
</p>

## Dart3 plugin for saving image or video to photos gallery <img src="https://is5-ssl.mzstatic.com/image/thumb/Purple122/v4/fe/3a/7e/fe3a7e0e-7f52-b750-0ed2-523998c59d48/AppIcon-0-0-1x_U007emarketing-0-0-0-7-0-0-sRGB-0-0-0-GLES2_U002c0-512MB-85-220-0-0.png/246x0w.webp" alt="ios photos" width="20" height="20"/> <img src="https://play-lh.googleusercontent.com/ZyWNGIfzUyoajtFcD7NhMksHEZh37f-MkHVGr5Yfefa-IX7yj9SMfI82Z7a2wpdKCA=w240-h480-rw" alt="google photos" width="20" height="20"/> <img src="https://upload.wikimedia.org/wikipedia/en/9/94/Microsoft_Photos_logo.png" alt="microsoft photos" width="22" height="22"/>

### Please [LIKE👍](https://pub.dev/packages/gal) and [STAR⭐️](https://github.com/natsuk4ze/gal) to support our volunteer efforts.

| | Android | iOS | macOS | Windows |
|-------------|---------|-----|-------|---------|
| **Support** | SDK 21+ | 11+ | 11+ | 10+ |
| | Android | iOS | macOS | Windows | Linux |
|-------------|---------|-----|-------|---------|-------|
| **Support** | SDK 21+ | 11+ | 11+ | 10+ | See: [gal_linux](https://pub.dev/packages/gal_linux) |

| | iOS | Android |
|-------------|-----|---------|
Expand Down Expand Up @@ -97,6 +99,10 @@ Flutter has [fatal crash issue for loading info.plist on macOS](https://github.c

Update [Visual Studio](https://visualstudio.microsoft.com) to the latest version for using `C++ 20`.

### Linux

Currently does not officially support Linux, but it can be added through a community plugin.
See: [gal_linux](https://pub.dev/packages/gal_linux)

## ✅ Usage

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: 2.1.4
version: 2.2.0
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 for Saving Image/Video to the Photo Gallery | How to Save Image/Video to the Photo Gallery in Flutter
version: 2.1.4
version: 2.2.0
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 0030f3a

Please sign in to comment.