[GH-ISSUE #3290] [FR] Navigation and routing refactor #1451

Closed
opened 2026-03-23 20:49:25 +00:00 by mirror · 1 comment
Owner

Originally created by @hyj1204 on GitHub (Aug 29, 2023).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/3290

Originally assigned to: @hyj1204 on GitHub.

Description

We need to find a navigation solution for the mobile app since it will have more pages to navigate.

Ref:
https://docs.flutter.dev/cookbook/navigation

Update:
After some research, I believe the most effective approach would be to use the go_router package to handle navigation and deep linking(Opening a URL displays that screen in the app) if we need.

Named route is not recommended anymore.

image

Impact

Improve the user experience of the mobile app

Additional Context

No response

Originally created by @hyj1204 on GitHub (Aug 29, 2023). Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/3290 Originally assigned to: @hyj1204 on GitHub. ### Description We need to find a navigation solution for the mobile app since it will have more pages to navigate. Ref: https://docs.flutter.dev/cookbook/navigation Update: After some research, I believe the most effective approach would be to use the `go_router` package to handle navigation and deep linking(Opening a URL displays that screen in the app) if we need. Named route is not recommended anymore. <img width="952" alt="image" src="https://github.com/AppFlowy-IO/AppFlowy/assets/14248245/a2a79dfd-8eda-475b-92c1-5e1c4a72154a"> ### Impact Improve the user experience of the mobile app ### Additional Context _No response_
mirror 2026-03-23 20:49:25 +00:00
  • closed this issue
  • added the
    mobile
    label
Author
Owner

@hyj1204 commented on GitHub (Dec 21, 2023):

Solved by https://github.com/AppFlowy-IO/AppFlowy/pull/3459

<!-- gh-comment-id:1866906604 --> @hyj1204 commented on GitHub (Dec 21, 2023): Solved by https://github.com/AppFlowy-IO/AppFlowy/pull/3459
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#1451
No description provided.