Create a Widget that facilitates CustomNavigation #10
Labels
feature request
Time to enhance the app
infrastructure
This will be used in multiple places of the app
Milestone
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)
The text was updated successfully, but these errors were encountered: