Andrei Bucurei

Results 2 comments of Andrei Bucurei

The problem here might be that dart extensions are not really extending the type and Retrofit generator is not aware of your extensions. My "workaround" for this is to use...

Thanks, I didn't have the time to test but at least code generation works with a parameter of type `List`. I'm pretty sure I tried with `@Part() required MultipartFile file`...