implemented chat long-polling and optimistic updates, centralized notification management, optimized avatar caching
This commit is contained in:
@@ -40,6 +40,11 @@ dependencies:
|
||||
flutter_linkify: ^6.0.0
|
||||
linkify: ^5.0.0
|
||||
flutter_local_notifications: ^21.0.0
|
||||
# Cancels FCM-rendered notifications by their server-set tag
|
||||
# (Android NotificationManager.cancel, iOS removeDeliveredNotifications via
|
||||
# apns-collapse-id). Used to dismiss a chat's notification when the user
|
||||
# opens or marks the chat read.
|
||||
eraser: ^3.0.0
|
||||
scrollable_positioned_list: ^0.3.8
|
||||
flutter_split_view: ^0.1.2
|
||||
flutter_svg: ^2.0.10
|
||||
|
||||
Reference in New Issue
Block a user