Replies: 1 comment 3 replies
-
@rasfarrf5 this is something that we have brought up before. There is a workaround that we've used before but it's not as clean as we'd like it to be. How are you currently handling your multi module requirements? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently stacked architecture supports a single module. But flutter already enabled multiple modules.
The current problem is, we can't move the Router (generated file) outside of other packages. If possible to extract then we can move all views to its dedicated module and use the router to go from one view to another.
Beta Was this translation helpful? Give feedback.
All reactions