Skip to content

Commit

Permalink
wip: fix #106
Browse files Browse the repository at this point in the history
  • Loading branch information
lijy91 committed Aug 28, 2024
1 parent 6e62a6c commit b52b6f3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
8 changes: 5 additions & 3 deletions apps/biyi_app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -886,9 +886,11 @@ packages:
reflect_ui:
dependency: "direct main"
description:
path: "../../../../leanflutter/reflect_ui/packages/reflect_ui"
relative: true
source: path
path: "packages/reflect_ui"
ref: HEAD
resolved-ref: "844717324f3c9388bc79dc648382b23e074a3a19"
url: "https://github.com/leanflutter/reflect_ui.git"
source: git
version: "0.0.1"
reorderables:
dependency: "direct main"
Expand Down
8 changes: 4 additions & 4 deletions apps/biyi_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ dev_dependencies:

dependency_overrides:
reflect_ui:
# git:
# path: packages/reflect_ui
# url: https://github.com/leanflutter/reflect_ui.git
path: ../../../../leanflutter/reflect_ui/packages/reflect_ui
git:
path: packages/reflect_ui
url: https://github.com/leanflutter/reflect_ui.git
# path: ../../../../leanflutter/reflect_ui/packages/reflect_ui
screen_retriever: 0.2.0

flutter:
Expand Down

0 comments on commit b52b6f3

Please sign in to comment.