update dependencies

This commit is contained in:
Salvatore Giordano
2020-07-20 17:52:24 +02:00
parent 8d52681069
commit 5598fbc0f7
2 changed files with 9 additions and 2 deletions
+2 -1
View File
@@ -67,7 +67,7 @@ void _initNotifications(Client client) {
void main() async {
final client = Client(
's2dxdhpxd94g',
logLevel: Level.FINEST,
logLevel: Level.ALL,
showLocalNotification: Platform.isAndroid ? showLocalNotification : null,
persistenceEnabled: true,
);
@@ -112,6 +112,7 @@ class ChannelListPage extends StatelessWidget {
return Scaffold(
body: ChannelsBloc(
child: ChannelListView(
swipeToAction: true,
filter: {
'members': {
'\$in': [StreamChat.of(context).user.id],