diff --git a/example/pubspec.lock b/example/pubspec.lock index a36cec2..6edaa53 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -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" diff --git a/example/pubspec.yaml b/example/pubspec.yaml index d0f531a..9348fd3 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -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