refactor home page

This commit is contained in:
Salvatore Giordano
2021-06-22 12:52:11 +02:00
parent 3638e36471
commit 6acaf96466
12 changed files with 647 additions and 650 deletions
@@ -10,4 +10,5 @@ class Routes {
static const String NEW_GROUP_CHAT_DETAILS = '/new_group_chat_details';
static const String CHAT_INFO_SCREEN = '/chat_info_screen';
static const String GROUP_INFO_SCREEN = '/group_info_screen';
static const String CHANNEL_LIST_PAGE = '/channel_list_page';
}