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