Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to 2.1.3 #168

Merged
merged 1 commit into from
Nov 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.1.3

* FIX: Compilation error on Windows in some environments #166

## 2.1.2

* UPDATE: document comments #158
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Flutter has [fatal crash issee for loading info.plist on macOS](https://github.c

### Windows

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


## ✅ Usage
Expand Down Expand Up @@ -185,6 +185,6 @@ If you write an article about gal, let us know on dissucussion and we will post
## 💚 Trusted by huge projects
Although gal has only been released for a short time, it is already trusted by huge projects.

- ### [localsend - 15k⭐️](https://github.com/localsend/localsend)
- ### [localsend - 20k⭐️](https://github.com/localsend/localsend)
- ### [flutter-quill - 2.1k⭐️](https://github.com/singerdmx/flutter-quill)
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.1.2
version: 2.1.3
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: How to Save Image/Video to the Photo Gallery in Flutter | How to Save Media to Photo Gallery in Flutter | Image & Video Gallery Saver Plugin | Flutter Media Saver
version: 2.1.2
version: 2.1.3
homepage: https://pub.dev/packages/gal
repository: https://github.com/natsuk4ze/gal

Expand Down
Loading