Amedeo Zitti

Results 3 issues of 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...

bug
Needs: Triage

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...

no-issue-activity

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...