Tags: JasonHezz/retrofit.dart
Tags
fix: fix dependency conflicts (trevorwang#245) * fix: fix dependency conflicts * chore: bump version to 1.3.8+1
Fix/multipart duplicated params (trevorwang#244) * fix: send list params duplicatedly in multipart * chore: bump version to 1.3.8 * fix: fix generator test * chore: revert sdk requirement to 2.6 * ci: upgrade sdk requirement to 2.7 * chore: pin analyzer version to 0.39.14 * ci: remove test for dart 26 * ci: pin dart_style to 1.3.6
添加dart json 实现,输入任何对象,然后,自己通过intercepter做数据类型转换。 (trevorwang#226)
revert: Ignore null attributes using @Body() (trevorwang#225) * Revert "remove null fields from _data (trevorwang#222)" This reverts commit c2b7d76. * chore: bump version to 1.7.3+5
enable pub publish on ci (trevorwang#196) * ci: enable pub publish on ci * ci: enable dart on release * ci: release published on master
add json serialzation support to query (trevorwang#179) * chore: disable analyzer stongmode due to dart-lang/sdk#25551 * feat: add json serialization for query related to trevorwang#177
ci: update ci build commands (trevorwang#175) * ci: update ci build commands * fix: conflict code generating * fix: circle ci code generator conflicts * fix: --delete-conflicting-outputs * chore: bump to version 1.3.4 * chore: ignore checking for reflectable files
feat: add content type (trevorwang#170) * feat: add content type * feat: change to named parameters in Part * feat: add content type support to Part close trevorwang#169 * chore: update change log
PreviousNext