Skip to content

Commit

Permalink
Merge pull request #153 from natsuk4ze/refactor
Browse files Browse the repository at this point in the history
Refactor
  • Loading branch information
natsuk4ze authored Sep 13, 2023
2 parents 5ce4bc2 + 0e94154 commit 619be00
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
![CI](https://github.com/natsuk4ze/gal/actions/workflows/ci.yml/badge.svg?branch=main)
[![pub package](https://img.shields.io/pub/v/gal.svg)](https://pub.dev/packages/gal)

## Dart3 plugin for saving image/video to 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"/>
## Dart3 plugin for saving image or video to gallery/photos <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+ | iOS 11+ | 11+ | 10+ |
| | Android | iOS | macOS | Windows |
|-------------|---------|-----|-------|---------|
| **Support** | SDK 21+ | 11+ | 11+ | 10+ |

| | iOS | Android |
|-------------|-----|---------|
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: gal
description: Gal is a Flutter plugin for saving image/video to gallary app. You can also easily handle permissions.
description: Gal is a Flutter plugin for saving image or video to gallary/photos. You can also easily handle permissions.
version: 2.1.0
homepage: https://pub.dev/packages/gal
repository: https://github.com/natsuk4ze/gal
Expand Down

0 comments on commit 619be00

Please sign in to comment.