update deps
This commit is contained in:
@@ -40,15 +40,7 @@ class _ChannelListPageState extends State<ChannelListPage> {
|
|||||||
Positioned(
|
Positioned(
|
||||||
top: -3,
|
top: -3,
|
||||||
right: -16,
|
right: -16,
|
||||||
child: StreamBuilder(
|
child: UnreadIndicator(),
|
||||||
stream:
|
|
||||||
StreamChat.of(context).client.state.unreadChannelsStream,
|
|
||||||
initialData: 0,
|
|
||||||
builder:
|
|
||||||
(BuildContext context, AsyncSnapshot<dynamic> snapshot) {
|
|
||||||
return Text(snapshot.data.toString());
|
|
||||||
},
|
|
||||||
),
|
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
|||||||
@@ -26,8 +26,8 @@ dependencies:
|
|||||||
ref: develop
|
ref: develop
|
||||||
path: packages/stream_chat_localizations
|
path: packages/stream_chat_localizations
|
||||||
flutter_local_notifications: ^9.0.0
|
flutter_local_notifications: ^9.0.0
|
||||||
flutter_svg: ^0.23.0
|
flutter_svg: ^1.0.3
|
||||||
flutter_secure_storage: ^4.2.1
|
flutter_secure_storage: ^5.0.2
|
||||||
yaml: ^3.1.0
|
yaml: ^3.1.0
|
||||||
uuid: ^3.0.5
|
uuid: ^3.0.5
|
||||||
streaming_shared_preferences: ^2.0.0
|
streaming_shared_preferences: ^2.0.0
|
||||||
|
|||||||
Reference in New Issue
Block a user