Skip to content

Commit

Permalink
chore: Force local dependencies (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
spydon authored Sep 20, 2024
1 parent 4ed9fb0 commit 7430fe9
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion packages/yaru_window/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ dependencies:
sdk: flutter
handy_window: ^0.4.0
yaru: ^5.2.0
yaru_window: ^0.2.1
yaru_window:
path: ../

dev_dependencies:
flutter_test:
Expand All @@ -20,5 +21,17 @@ dev_dependencies:
sdk: flutter
ubuntu_lints: ^0.4.0

dependency_overrides:
yaru_window:
path: ../
yaru_window_linux:
path: ../../yaru_window_linux
yaru_window_manager:
path: ../../yaru_window_manager
yaru_window_platform_interface:
path: ../../yaru_window_platform_interface
yaru_window_web:
path: ../../yaru_window_web

flutter:
uses-material-design: true

0 comments on commit 7430fe9

Please sign in to comment.