update llc dependency

This commit is contained in:
Salvatore Giordano
2020-12-21 11:43:15 +01:00
parent 74781fd24f
commit abf218595e
6 changed files with 11 additions and 14 deletions
+1 -1
View File
@@ -1 +1 @@
c770358a10272b4ee1cdc2eb432445f6
13a41b8138c4868054e44b5158f3bdd6
+1 -1
View File
@@ -84,7 +84,7 @@ class _NewChatScreenState extends State<NewChatScreen> {
paginationParams: PaginationParams(
limit: 1,
),
).first;
);
final _channelExisted = res.length == 1;
if (_channelExisted) {
+1 -1
View File
@@ -1,6 +1,6 @@
name: example
description: A new Flutter project.
version: 1.0.93+96
version: 1.0.94+97
environment:
sdk: ">=2.2.2 <3.0.0"