mirror of
https://github.com/Iconica-Development/flutter_chat.git
synced 2025-05-18 18:33:49 +02:00
feat: remove .git from urls
This commit is contained in:
parent
96f3138656
commit
0d9e192134
6 changed files with 8 additions and 8 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue