bump deps, migrate converters

Signed-off-by: Sahil Kumar <[email protected]>
This commit is contained in:
Sahil Kumar
2021-04-20 14:56:56 +05:30
parent 629691ad5b
commit 271dad7f0c
4 changed files with 15 additions and 15 deletions
@@ -8,18 +8,18 @@ issue_tracker: https://github.com/GetStream/stream-chat-flutter/issues
publish_to: none
environment:
sdk: ">=2.7.0 <3.0.0"
sdk: ">=2.12.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
logging: ^1.0.0
logging: ^1.0.1
meta: ^1.3.0
moor: ^4.2.0
moor: ^4.2.1
mutex: ^3.0.0
path: ^1.8.0
path_provider: ^2.0.0
sqlite3_flutter_libs: ^0.4.0+1
path_provider: ^2.0.1
sqlite3_flutter_libs: ^0.4.1
stream_chat: ^1.5.1
dependency_overrides:
@@ -27,8 +27,8 @@ dependency_overrides:
path: ../stream_chat
dev_dependencies:
build_runner: ^1.11.0
mocktail: ^0.1.0
moor_generator: ^4.2.0
build_runner: ^1.12.2
mocktail: ^0.1.1
moor_generator: ^4.2.1
pedantic: ^1.11.0
test: ^1.16.0
test: ^1.16.8