From b2c30fa938c5f47d03b21fffc1de11585b311604 Mon Sep 17 00:00:00 2001 From: FlafyDev Date: Fri, 26 Aug 2022 21:59:33 +0300 Subject: [PATCH] fix: flutter change epubz from local to github repo --- pubspec.lock | 8 +++++--- pubspec.yaml | 9 ++++----- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 626d826..56a145a 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -102,9 +102,11 @@ packages: epubz: dependency: "direct main" description: - path: "../dart-epubz" - relative: true - source: path + path: "." + ref: dev + resolved-ref: "81fd597b8870b1a6a4c9ded93f3ca26863b02978" + url: "https://github.com/FlafyDev/dart-epubz.git" + source: git version: "3.0.0" equatable: dependency: "direct main" diff --git a/pubspec.yaml b/pubspec.yaml index 0843e95..9680ba0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,11 +16,10 @@ dependencies: after_layout: ^1.1.0 collection: ^1.15.0 epubz: - path: ../dart-epubz - # epubz: - # git: - # url: https://github.com/FlafyDev/dart-epubz.git - # ref: dev + # path: ../dart-epubz + git: + url: https://github.com/FlafyDev/dart-epubz.git + ref: dev http: ^0.13.4 palette_generator: ^0.3.3 scroll_snap_list: ^0.8.6