Move data models from their respective blocs into the common package
Closed this issue · 0 comments
fusion44 commented
Currently a widget residing in the common
package can't reference a data model from a bloc because the common_blocs
has common
as a dependency. Thus moving the data models from common_blocs
to common
makes sense.