Skip to content

Commit

Permalink
Merge pull request #171 from natsuk4ze/Refactor
Browse files Browse the repository at this point in the history
Refactor
  • Loading branch information
natsuk4ze authored Nov 17, 2023
2 parents 8d8232c + fd563bd commit 8c051f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ await Gal.requestAccess();
```dart
// Save Image with try-catch
try {
await Gal.putImage($imagePath);
await Gal.putImage('$filePath');
} on GalException catch (e) {
log(e.type.message);
}
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: 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
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.3
homepage: https://pub.dev/packages/gal
repository: https://github.com/natsuk4ze/gal
Expand Down

0 comments on commit 8c051f5

Please sign in to comment.