From 2ed91b4a917c5f3dd8479c9068375ab918a2cef1 Mon Sep 17 00:00:00 2001
From: natsuk4ze
Date: Tue, 5 Dec 2023 16:29:46 +0900
Subject: [PATCH 1/2] Update to 2.2.0
---
CHANGELOG.md | 5 +++++
example/pubspec.yaml | 2 +-
pubspec.yaml | 2 +-
3 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ca53b3fc..5cbd163c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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
diff --git a/example/pubspec.yaml b/example/pubspec.yaml
index 5832bd53..04bbf1d1 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: 2.1.4
+version: 2.2.0
publish_to: none
environment:
diff --git a/pubspec.yaml b/pubspec.yaml
index 02500c16..0e9763c4 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -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
From 17d3e3d0b35fc2797c30fa3a76acbd241c3a6d81 Mon Sep 17 00:00:00 2001
From: natsuk4ze
Date: Tue, 5 Dec 2023 16:44:22 +0900
Subject: [PATCH 2/2] Update README.md
---
README.md | 20 +++++++++++++-------
1 file changed, 13 insertions(+), 7 deletions(-)
diff --git a/README.md b/README.md
index c17260a9..0910757d 100644
--- a/README.md
+++ b/README.md
@@ -3,9 +3,13 @@
Gal
+
+
+ Dart3 plugin for saving image or video to photos gallery
+
+
+
- Dart3 plugin for saving image or video to photos gallery
-
pub.dev »
@@ -26,13 +30,11 @@
-## Dart3 plugin for saving image or video to photos gallery
-
### 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 |
|-------------|-----|---------|
@@ -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