-
Notifications
You must be signed in to change notification settings - Fork 625
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
Relations between features #23
Comments
hi |
I was asking me the same. If multiple features using the same widget, should it be in the core folder, because it's some kind of "global" then? There are so many cases where I need to use models,bloc pattern etc. across features that I don't know if this architecture is really gonna fit for me(or maybe I didn't understand it yet). For example: So should HomePage and SettingsPage should be one feature to share state or should this bloc be global under the core folder? I appreciate your work @ResoDev, maby you finde the time to answer. |
FWIW, in his newer DDD course, he recommends a different folder structure where features are nested under folders for each architectural layer, instead of the other way around. From Flutter Firebase & DDD Course:
|
Hi
How can I use widgets or pages of another feature?
Example:
For example, I have an authentication feature, I want to use the login widget of this plugin in the feature of my store, how should I do this?
If I import the widget into my storeframe, the modular structure will be lost, right?
The text was updated successfully, but these errors were encountered: