Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a Widget that facilitates CustomNavigation #10

Open
GikuyuNderitu opened this issue May 23, 2021 · 0 comments
Open

Create a Widget that facilitates CustomNavigation #10

GikuyuNderitu opened this issue May 23, 2021 · 0 comments
Assignees
Labels
feature request Time to enhance the app infrastructure This will be used in multiple places of the app
Milestone

Comments

@GikuyuNderitu
Copy link
Collaborator

This application has a deeply nested routing structure. While Flutter has good primitives for routing, it would be arduous to have a route generator that's populated with long if/elses or switch statments.

Devise and implement a way to map Route names to a way to build different pages. Implement so that this declarative structure can be used in multiple places of the app (since we have min 2 nested routes)

@GikuyuNderitu GikuyuNderitu added feature request Time to enhance the app infrastructure This will be used in multiple places of the app labels May 24, 2021
@GikuyuNderitu GikuyuNderitu added this to the MVP of UI milestone May 24, 2021
@GikuyuNderitu GikuyuNderitu self-assigned this May 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Time to enhance the app infrastructure This will be used in multiple places of the app
Projects
None yet
Development

No branches or pull requests

1 participant