Skip to content

Commit

Permalink
chore: correct platform_ui dependency path
Browse files Browse the repository at this point in the history
  • Loading branch information
KRTirtho committed Dec 8, 2022
1 parent bd18f19 commit 1f2d531
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 5 additions & 3 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1050,9 +1050,11 @@ packages:
platform_ui:
dependency: "direct main"
description:
path: "../platform_ui"
relative: true
source: path
path: "."
ref: fdff4771fed193aece0862c3216a8457410a856a
resolved-ref: fdff4771fed193aece0862c3216a8457410a856a
url: "https://github.com/KRTirtho/platform_ui.git"
source: git
version: "0.1.0"
plugin_platform_interface:
dependency: transitive
Expand Down
4 changes: 3 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ dependencies:
tuple: ^2.0.1
uuid: ^3.0.6
platform_ui:
path: ../platform_ui
git:
url: https://github.com/KRTirtho/platform_ui.git
ref: fdff4771fed193aece0862c3216a8457410a856a
fluent_ui: ^4.0.3
macos_ui: ^1.7.5
libadwaita: ^1.2.5
Expand Down

0 comments on commit 1f2d531

Please sign in to comment.