feat(stream_chat): upgrade to null safe dependencies

This commit is contained in:
Felix Angelov
2021-03-21 23:27:26 -05:00
parent b653ec34d3
commit 67f62d0692
24 changed files with 1460 additions and 1032 deletions
+16 -16
View File
@@ -9,22 +9,22 @@ environment:
sdk: ">=2.7.0 <3.0.0"
dependencies:
async: ^2.4.2
collection: ^1.14.13
dio: ^3.0.10
freezed_annotation: ^0.12.0
http_parser: ^3.1.4
json_annotation: ^3.0.1
logging: ^0.11.4
meta: ^1.2.4
mime: ^0.9.7
rxdart: ^0.25.0
uuid: ^2.2.2
web_socket_channel: ^1.1.0
async: ^2.5.0
collection: ^1.15.0
dio: ">=4.0.0-prev3 <4.0.0"
freezed_annotation: ^0.14.0
http_parser: ^4.0.0
json_annotation: ^4.0.0
logging: ^1.0.0
meta: ^1.3.0
mime: ^1.0.0
rxdart: ^0.26.0
uuid: ^3.0.0
web_socket_channel: ^2.0.0
dev_dependencies:
build_runner: ^1.10.0
freezed: ^0.12.7
json_serializable: ^3.3.0
mockito: ^4.1.1
test: ^1.15.7
freezed: ^0.14.0
json_serializable: ^4.0.0
mocktail: ^0.1.0
test: ^1.16.0