Closed jaumard closed 5 years ago
Are you sure you're using a recent version of jaguar_resty?
If I look at the source it does contain code to handle multipart.
https://github.com/Jaguar-dart/client/blob/master/resty/lib/routes/routes.dart#L680-L714
Patch has similar (duplicate) code.
You're right my version is 2.10.12 and last is 2.10.14 with those changes. Thanks !!
Generated retrofit code is using this:
But this fails with Exception invalid body !
Because of this code in
routes.dart
:Here the body is
Map<String, Multipart>
so it look like the case is not handled@tejainece any idea ?