对于聊天应用程序,我需要Flutter中命名路由的帮助。我只了解一个级别的基本概念,但是结合标签的子级别又如何呢?您能否举个例子,说明如何基于我的应用程序体系结构构建路由?此外,我计划在收到新消息时通过推送通知导航到聊天室。
结构如下:
<main>
0 Rootpage (check if logged in)
- 1 Startpage
1.1 [Tab1 - Groups]
- 1.1.1 Create group (4 Steps)
1.2 [Tab2 - Chats]
- 1.2.1 ChatID1
- Group info
- Group members
- Group fotos
- 1.2.2 ChatID2...
- 1.2.3 ChatID100
1.3 [Tab3 Settings]
- 2 Welcome Registration
2.1 Register with Facebook
2.2 Register with E-Mail