chore: fix dependency conflicts
Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ versioning:
|
|||||||
mode: independent
|
mode: independent
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
- packages/**
|
- packages/stream_chat*/*
|
||||||
|
|
||||||
scripts:
|
scripts:
|
||||||
lint:all:
|
lint:all:
|
||||||
|
|||||||
@@ -27,18 +27,19 @@ dependencies:
|
|||||||
cupertino_icons: ^1.0.3
|
cupertino_icons: ^1.0.3
|
||||||
flutter:
|
flutter:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
# stream_chat:
|
|
||||||
# path: ../../stream_chat
|
dependency_overrides:
|
||||||
# stream_chat_flutter_core:
|
stream_chat:
|
||||||
# path: ../../stream_chat_flutter_core
|
path: ../../stream_chat
|
||||||
stream_chat_flutter:
|
stream_chat_flutter:
|
||||||
path: ../
|
path: ../../stream_chat_flutter
|
||||||
|
stream_chat_flutter_core:
|
||||||
|
path: ../../stream_chat_flutter_core
|
||||||
stream_chat_localizations:
|
stream_chat_localizations:
|
||||||
path: ../../stream_chat_localizations
|
path: ../../stream_chat_localizations
|
||||||
stream_chat_persistence:
|
stream_chat_persistence:
|
||||||
path: ../../stream_chat_persistence
|
path: ../../stream_chat_persistence
|
||||||
|
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_test:
|
flutter_test:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
|
|||||||
@@ -26,8 +26,12 @@ dependencies:
|
|||||||
cupertino_icons: ^1.0.3
|
cupertino_icons: ^1.0.3
|
||||||
flutter:
|
flutter:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
|
|
||||||
|
dependency_overrides:
|
||||||
|
stream_chat:
|
||||||
|
path: ../../stream_chat
|
||||||
stream_chat_flutter_core:
|
stream_chat_flutter_core:
|
||||||
path: ../
|
path: ../../stream_chat_flutter_core
|
||||||
|
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
|
|||||||
@@ -11,12 +11,16 @@ dependencies:
|
|||||||
cupertino_icons: ^1.0.3
|
cupertino_icons: ^1.0.3
|
||||||
flutter:
|
flutter:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
stream_chat_localizations:
|
|
||||||
path: ../
|
|
||||||
|
|
||||||
dependency_overrides:
|
dependency_overrides:
|
||||||
|
stream_chat:
|
||||||
|
path: ../../stream_chat
|
||||||
stream_chat_flutter:
|
stream_chat_flutter:
|
||||||
path: ../../stream_chat_flutter
|
path: ../../stream_chat_flutter
|
||||||
|
stream_chat_flutter_core:
|
||||||
|
path: ../../stream_chat_flutter_core
|
||||||
|
stream_chat_localizations:
|
||||||
|
path: ../../stream_chat_localizations
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_test:
|
flutter_test:
|
||||||
|
|||||||
@@ -11,12 +11,12 @@ dependencies:
|
|||||||
cupertino_icons: ^1.0.3
|
cupertino_icons: ^1.0.3
|
||||||
flutter:
|
flutter:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
stream_chat_persistence:
|
|
||||||
path: ../
|
|
||||||
|
|
||||||
dependency_overrides:
|
dependency_overrides:
|
||||||
stream_chat:
|
stream_chat:
|
||||||
path: ../../stream_chat
|
path: ../../stream_chat
|
||||||
|
stream_chat_persistence:
|
||||||
|
path: ../../stream_chat_persistence
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_test:
|
flutter_test:
|
||||||
|
|||||||
Reference in New Issue
Block a user