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(),
|
||||
),
|
||||
],
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user