update deps
This commit is contained in:
@@ -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(),
|
||||
),
|
||||
],
|
||||
),
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user