added null safety for llc

This commit is contained in:
Deven Joshi
2021-04-08 15:03:16 +05:30
parent 3a5308a9c0
commit c80fc0a6b4
41 changed files with 1222 additions and 1202 deletions
+10 -10
View File
@@ -6,25 +6,25 @@ repository: https://github.com/GetStream/stream-chat-flutter
issue_tracker: https://github.com/GetStream/stream-chat-flutter/issues
environment:
sdk: ">=2.7.0 <3.0.0"
sdk: '>=2.12.0 <3.0.0'
dependencies:
async: ^2.5.0
collection: ^1.15.0
dio: ">=4.0.0-prev3 <4.0.0"
freezed_annotation: ^0.14.0
dio: ^4.0.0
freezed_annotation: ^0.14.1
http_parser: ^4.0.0
json_annotation: ^4.0.0
logging: ^1.0.0
json_annotation: ^4.0.1
logging: ^1.0.1
meta: ^1.3.0
mime: ^1.0.0
rxdart: ^0.26.0
uuid: ^3.0.0
uuid: ^3.0.4
web_socket_channel: ^2.0.0
dev_dependencies:
build_runner: ^1.10.0
freezed: ^0.14.0
json_serializable: ^4.0.0
mocktail: ^0.1.0
test: ^1.16.0
freezed: ^0.14.1+2
json_serializable: ^4.1.0
mocktail: ^0.1.1
test: ^1.16.8