会话页面

This commit is contained in:
2022-10-26 14:05:58 +08:00
parent 099d2b4423
commit 76bd3f94fd
33 changed files with 2956 additions and 31 deletions

View File

@@ -24,6 +24,7 @@ abstract class ContactRoutes {
static const String friendProfile = '/contact/friend/profile';
static const String friendProfileMore = '/contact/friend/profile/more';
static const String friendRemark = '/contact/friend/remark';
static const String friendRequest = '/contact/friend/request';
static const String friendRequestApply = '/contact/friend/request/apply';
static const String friendRecommend = '/contact/friend/recommend';
static const String friendRecommendFriend =
@@ -31,6 +32,7 @@ abstract class ContactRoutes {
static const String friendRecommendGroup = '/contact/friend/recommend/group';
static const String group = '/contact/group';
static const String groupSearch = '/contact/group/search';
static const String groupQrCode = '/contact/group/qrCode';
static const String groupCreate = '/contact/group/create';
static const String groupNotification = '/contact/group/notification';