Skip to content

Commit

Permalink
fix: flutter change epubz from local to github repo
Browse files Browse the repository at this point in the history
  • Loading branch information
FlafyDev committed Aug 26, 2022
1 parent 45979b9 commit b2c30fa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
8 changes: 5 additions & 3 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
9 changes: 4 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b2c30fa

Please sign in to comment.