Skip to content

Commit

Permalink
remove override
Browse files Browse the repository at this point in the history
  • Loading branch information
imtoori committed May 3, 2021
1 parent 21792b3 commit 7bc1f96
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 16 deletions.
8 changes: 0 additions & 8 deletions packages/stream_chat_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ version: 2.0.0-nullsafety.0
repository: https://github.com/GetStream/stream-chat-flutter
issue_tracker: https://github.com/GetStream/stream-chat-flutter/issues

publish_to: none

environment:
sdk: '>=2.12.0 <3.0.0'

Expand Down Expand Up @@ -47,12 +45,6 @@ dependencies:
video_thumbnail: ^0.3.3
collection: ^1.15.0

dependency_overrides:
stream_chat:
path: ../stream_chat
stream_chat_flutter_core:
path: ../stream_chat_flutter_core

flutter:
assets:
- images/
Expand Down
4 changes: 0 additions & 4 deletions packages/stream_chat_flutter_core/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ dependencies:
rxdart: ^0.26.0
stream_chat: ^1.5.3

dependency_overrides:
stream_chat:
path: ../stream_chat

dev_dependencies:
fake_async: ^1.2.0
flutter_test:
Expand Down
4 changes: 0 additions & 4 deletions packages/stream_chat_persistence/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ dependencies:
sqlite3_flutter_libs: ^0.4.1
stream_chat: ^1.5.3

dependency_overrides:
stream_chat:
path: ../stream_chat

dev_dependencies:
build_runner: ^2.0.1
mocktail: ^0.1.1
Expand Down

0 comments on commit 7bc1f96

Please sign in to comment.