update dependencies
This commit is contained in:
@@ -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],
|
||||
|
||||
+7
-1
@@ -23,11 +23,17 @@ dependencies:
|
||||
file_picker: ^1.12.0
|
||||
image_picker: ^0.6.7+2
|
||||
flutter_keyboard_visibility: ^3.2.1
|
||||
stream_chat: ^0.2.0+2
|
||||
stream_chat: ^0.2.1
|
||||
flutter_svg: ^0.17.0
|
||||
mime: ^0.9.6+3
|
||||
visibility_detector: ^0.1.5
|
||||
line_awesome_icons: ^1.0.4+2
|
||||
http_parser: ^3.1.4
|
||||
flutter_slidable: ^0.5.4
|
||||
|
||||
flutter:
|
||||
assets:
|
||||
- assets/
|
||||
|
||||
dev_dependencies:
|
||||
pedantic: ^1.9.0
|
||||
|
||||
Reference in New Issue
Block a user