You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm really interested in this package, with seems incredible.
However, in my projects, I have folders with many models in it. So generating.mapper.g in the same folder makes it unreadable.
When I user for example copywith of freezed or json_serialize, I written in my build.yaml :
I tried to replace source_gen|combining_builder with dart_mappable_builder, but it didn't work.
I do not really understand what I'm doing with the build.yaml, but I think that having a different output dir is just not yet planned.
If anyone has an idea, without modifier dart_mappable, it's perfect. Otherwise, I can make the modification if someone gives me some indication of the process to follow.
The text was updated successfully, but these errors were encountered:
I'm really interested in this package, with seems incredible.
However, in my projects, I have folders with many models in it. So generating.mapper.g in the same folder makes it unreadable.
When I user for example copywith of freezed or json_serialize, I written in my build.yaml :
I tried to replace
source_gen|combining_builder
withdart_mappable_builder
, but it didn't work.I do not really understand what I'm doing with the build.yaml, but I think that having a different output dir is just not yet planned.
If anyone has an idea, without modifier dart_mappable, it's perfect. Otherwise, I can make the modification if someone gives me some indication of the process to follow.
The text was updated successfully, but these errors were encountered: