Skip to content

Commit

Permalink
Improve git urls
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDoctorDE committed Jan 17, 2025
1 parent 6c0f12c commit ada8a1a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/lw_file_system/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:
xml: ^6.5.0
lw_file_system_api:
git:
url: https://github.com/LinwoodDev/dart_pkgs
url: https://github.com/LinwoodDev/dart_pkgs.git
path: packages/lw_file_system_api
ref: e4c17cb5e3a53c0cd02d4127458c2215f7c6e7d4
# path: ^1.8.0
Expand Down
4 changes: 2 additions & 2 deletions packages/material_leap/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ dependencies:
phosphor_flutter: ^2.1.0
dart_leap:
git:
url: https://github.com/LinwoodDev/dart_pkgs
url: https://github.com/LinwoodDev/dart_pkgs.git
path: packages/dart_leap
ref: db69a03082e6811c58dc2d0e5c23d04305e1623f
window_manager: ">=0.3.9 <0.6.0"
flutter_bloc: ">=8.1.5 <10.0.0"
web: ^1.0.0
lw_file_system_api:
git:
url: https://github.com/LinwoodDev/dart_pkgs
url: https://github.com/LinwoodDev/dart_pkgs.git
path: packages/lw_file_system_api
ref: e4c17cb5e3a53c0cd02d4127458c2215f7c6e7d4

Expand Down
4 changes: 2 additions & 2 deletions packages/networker/networker_rtc/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ dependencies:
flutter_webrtc: ^0.12.1+hotfix.1
networker:
git:
url: https://github.com/LinwoodDev/dart_pkgs
url: https://github.com/LinwoodDev/dart_pkgs.git
path: packages/networker/networker
ref: 5727637bdc77784ff59e5b40e241f1c3e0f9668c
ref: 6c0f12c21b05334fdf27e8a584c8bd7b0409a9ab

dev_dependencies:
lints: ^5.0.0
Expand Down
4 changes: 2 additions & 2 deletions packages/networker/networker_s5/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ environment:
dependencies:
networker:
git:
url: https://github.com/LinwoodDev/dart_pkgs
url: https://github.com/LinwoodDev/dart_pkgs.git
path: packages/networker/networker
ref: 5727637bdc77784ff59e5b40e241f1c3e0f9668c
ref: 6c0f12c21b05334fdf27e8a584c8bd7b0409a9ab
s5: ^0.2.0
hive: ^2.2.3
http: ^1.2.0
Expand Down
4 changes: 2 additions & 2 deletions packages/networker/networker_socket/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ environment:
dependencies:
networker:
git:
url: https://github.com/LinwoodDev/dart_pkgs
url: https://github.com/LinwoodDev/dart_pkgs.git
path: packages/networker/networker
ref: 5727637bdc77784ff59e5b40e241f1c3e0f9668c
ref: 6c0f12c21b05334fdf27e8a584c8bd7b0409a9ab
web_socket_channel: ^3.0.0

dev_dependencies:
Expand Down

0 comments on commit ada8a1a

Please sign in to comment.