Skip to content

Commit

Permalink
feat: remove .git from urls
Browse files Browse the repository at this point in the history
  • Loading branch information
freekvandeven committed Oct 25, 2023
1 parent 96f3138 commit 0d9e192
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions packages/flutter_community_chat/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ dependencies:
sdk: flutter
flutter_community_chat_view:
git:
url: https://github.com/Iconica-Development/flutter_community_chat.git
url: https://github.com/Iconica-Development/flutter_community_chat
path: packages/flutter_community_chat_view
ref: 0.3.3
flutter_community_chat_interface:
git:
url: https://github.com/Iconica-Development/flutter_community_chat.git
url: https://github.com/Iconica-Development/flutter_community_chat
path: packages/flutter_community_chat_interface
ref: 0.3.3

Expand Down
2 changes: 1 addition & 1 deletion packages/flutter_community_chat_firebase/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
uuid: ^4.0.0
flutter_community_chat_interface:
git:
url: https://github.com/Iconica-Development/flutter_community_chat.git
url: https://github.com/Iconica-Development/flutter_community_chat
path: packages/flutter_community_chat_interface
ref: 0.3.3

Expand Down
2 changes: 1 addition & 1 deletion packages/flutter_community_chat_interface/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
sdk: flutter
flutter_data_interface:
git:
url: https://github.com/Iconica-Development/flutter_data_interface.git
url: https://github.com/Iconica-Development/flutter_data_interface
ref: 1.0.0

dev_dependencies:
Expand Down
4 changes: 2 additions & 2 deletions packages/flutter_community_chat_view/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,8 @@ packages:
description:
path: "packages/flutter_community_chat_interface"
ref: "0.3.3"
resolved-ref: "562f80534da299b9c2812402c893387a35f71651"
url: "https://github.com/Iconica-Development/flutter_community_chat.git"
resolved-ref: "2e79910e7767a89b1ae9232aec2c5f3bc99f8027"
url: "https://github.com/Iconica-Development/flutter_community_chat"
source: git
version: "0.3.3"
flutter_community_chat_view:
Expand Down
2 changes: 1 addition & 1 deletion packages/flutter_community_chat_view/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
sdk: flutter
flutter_community_chat_view:
git:
url: https://github.com/Iconica-Development/flutter_community_chat.git
url: https://github.com/Iconica-Development/flutter_community_chat
path: packages/flutter_community_chat_view
ref: 0.3.3

Expand Down
2 changes: 1 addition & 1 deletion packages/flutter_community_chat_view/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
intl: any
flutter_community_chat_interface:
git:
url: https://github.com/Iconica-Development/flutter_community_chat.git
url: https://github.com/Iconica-Development/flutter_community_chat
path: packages/flutter_community_chat_interface
ref: 0.3.3
cached_network_image: ^3.2.2
Expand Down

0 comments on commit 0d9e192

Please sign in to comment.