diff --git a/pubspec.lock b/pubspec.lock index ce13f81e5..bef490ab8 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -497,10 +497,10 @@ packages: photo_manager: dependency: "direct main" description: - name: photo_manager - url: "https://pub.dartlang.org" - source: hosted - version: "0.6.0-dev.7" + path: "thirdparty/flutter_photo_manager" + relative: true + source: path + version: "0.6.0-dev.8" photo_view: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index 8e100ac4b..f8cfc9f7c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -23,7 +23,8 @@ dependencies: # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: ^0.1.2 - photo_manager: ^0.6.0-dev.7 + photo_manager: + path: thirdparty/flutter_photo_manager provider: ^3.1.0 sqflite: ^1.3.0 path_provider: ^1.6.5 diff --git a/thirdparty/flutter_photo_manager b/thirdparty/flutter_photo_manager new file mode 160000 index 000000000..ea7dcc4f2 --- /dev/null +++ b/thirdparty/flutter_photo_manager @@ -0,0 +1 @@ +Subproject commit ea7dcc4f2a5769d46881ae6b661ab8f253a5c9a2