Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
carllosnc committed Dec 10, 2024
1 parent 1f5b78b commit b3c76de
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
11 changes: 6 additions & 5 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,13 @@ packages:
source: sdk
version: "0.0.0"
image_gallery_saver:
dependency: transitive
dependency: "direct overridden"
description:
name: image_gallery_saver
sha256: "0aba74216a4d9b0561510cb968015d56b701ba1bd94aace26aacdd8ae5761816"
url: "https://pub.dev"
source: hosted
path: "."
ref: knottx-latest
resolved-ref: "24fd8207a4491c42ed907060bb5bf40c2430131f"
url: "https://github.com/knottx/image_gallery_saver.git"
source: git
version: "2.0.3"
imgy:
dependency: "direct main"
Expand Down
8 changes: 8 additions & 0 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@ dependencies:
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.2

# Temporary fix for https://github.com/hui-z/image_gallery_saver/issues/334
# https://github.com/hui-z/image_gallery_saver/pull/295
dependency_overrides:
image_gallery_saver:
git:
url: https://github.com/knottx/image_gallery_saver.git
ref: knottx-latest

dev_dependencies:
integration_test:
sdk: flutter
Expand Down

0 comments on commit b3c76de

Please sign in to comment.