update deps

This commit is contained in:
Salvatore Giordano
2022-02-03 17:19:48 +01:00
parent bef6a5c7e5
commit 13765c2179
2 changed files with 3 additions and 11 deletions
@@ -40,15 +40,7 @@ class _ChannelListPageState extends State<ChannelListPage> {
Positioned(
top: -3,
right: -16,
child: StreamBuilder(
stream:
StreamChat.of(context).client.state.unreadChannelsStream,
initialData: 0,
builder:
(BuildContext context, AsyncSnapshot<dynamic> snapshot) {
return Text(snapshot.data.toString());
},
),
child: UnreadIndicator(),
),
],
),
+2 -2
View File
@@ -26,8 +26,8 @@ dependencies:
ref: develop
path: packages/stream_chat_localizations
flutter_local_notifications: ^9.0.0
flutter_svg: ^0.23.0
flutter_secure_storage: ^4.2.1
flutter_svg: ^1.0.3
flutter_secure_storage: ^5.0.2
yaml: ^3.1.0
uuid: ^3.0.5
streaming_shared_preferences: ^2.0.0