trevorwang / retrofit.dart

retrofit.dart is an dio client generator using source_gen and inspired by Chopper and Retrofit.
https://mings.in/retrofit.dart/
MIT License
1.08k stars 246 forks source link

fix: Multipart @Part body (map) breaks when multiple @Path parameter is used. #633

Closed iamriajul closed 11 months ago

iamriajul commented 11 months ago

I've miss-typed the commit name! Correct: fix: Multipart @Part body (map) breaks when multiple @Path parameter is used.

trevorwang commented 11 months ago

@iamriajul Thanks for the contribution.

Please also add test code in https://github.com/trevorwang/retrofit.dart/blob/master/generator/test/src/generator_test_src.dart

iamriajul commented 11 months ago

Tests added