Amedeo Zitti
Amedeo Zitti
### Is there an existing issue for this? - [X] I have searched the existing issues. ### Version 3.1.1 ### Description I have a 2 repos. repoA and repoB repoB...
I found the auto_register option useful to automatically inject classes that are generated with build_runner since you cannot add any of the annotation such as @Singleton, @Injectable etc to the...
Hi, Given an example dto like the following, with serializable's toJson / fromJson methods ``` @JsonSerializable(explicitToJson: true) class ActivityAssetsDto { @JsonKey(name: 'image') final String imageUrl; const ActivityAssetsDto({this.imageUrl = ""}); factory...