| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-10-27 | 4.2 kB | |
| retrofit-v4.8.0 source code.tar.gz | 2025-10-27 | 562.3 kB | |
| retrofit-v4.8.0 source code.zip | 2025-10-27 | 1.0 MB | |
| Totals: 3 Items | 1.6 MB | 0 | |
What's Changed
- Stop using deprecated TypeChecker.fromRuntime by @Carapacik in https://github.com/trevorwang/retrofit.dart/pull/786
- Fix enum issue by @AsadpourMohammad in https://github.com/trevorwang/retrofit.dart/pull/787
- Add code coverage support and Coveralls integration by @Copilot in https://github.com/trevorwang/retrofit.dart/pull/788
- build(deps): bump yargs-parser and @commitlint/cli by @dependabot[bot] in https://github.com/trevorwang/retrofit.dart/pull/789
- Allow build 4.0.0 by @Carapacik in https://github.com/trevorwang/retrofit.dart/pull/792
- fix: Fix CallAdapter with nullable types generation issue by @Hinageshi in https://github.com/trevorwang/retrofit.dart/pull/793
- Update protobuf to 5.0.0 by @Carapacik in https://github.com/trevorwang/retrofit.dart/pull/798
- docs: add @MultiPart() to file upload example in README by @trevorwang in https://github.com/trevorwang/retrofit.dart/pull/801
- Add GitHub Actions workflow to automatically close stale issues after 6 months by @Copilot in https://github.com/trevorwang/retrofit.dart/pull/802
- Fix toJson detection for Freezed-generated models by @Copilot in https://github.com/trevorwang/retrofit.dart/pull/804
- Fix errorLogger analyzer warning in generated code for Flutter 3.29.0 by @Copilot in https://github.com/trevorwang/retrofit.dart/pull/806
- Fix: Prevent newRequestOptions from being generated for all services after first @DioOptions() usage by @Copilot in https://github.com/trevorwang/retrofit.dart/pull/808
- Add lean_builder support infrastructure to retrofit_generator by @Copilot in https://github.com/trevorwang/retrofit.dart/pull/807
- Fix enum values in FormData to use toJson method like query parameters by @Copilot in https://github.com/trevorwang/retrofit.dart/pull/805
- Fix null check operator error when using Object type as @Body parameter by @Copilot in https://github.com/trevorwang/retrofit.dart/pull/814
- Fix duplicate null check for nullable optional File parameters in multipart requests by @Copilot in https://github.com/trevorwang/retrofit.dart/pull/813
- Fix List<dynamic> code generation to avoid incorrect Map casting by @Copilot in https://github.com/trevorwang/retrofit.dart/pull/811
- Add support for global headers in @RestApi annotation by @Copilot in https://github.com/trevorwang/retrofit.dart/pull/812
- Fix @Part annotation generating wrong variable reference for MultipartFile by @Copilot in https://github.com/trevorwang/retrofit.dart/pull/824
- Fix nullable typed Map parameters in @Body() annotation by @Copilot in https://github.com/trevorwang/retrofit.dart/pull/823
- Add test coverage for enum arrays in @Part annotations by @Copilot in https://github.com/trevorwang/retrofit.dart/pull/822
- Fix Map value deserialization for generic types with type parameters by @Copilot in https://github.com/trevorwang/retrofit.dart/pull/825
- Add lean_builder dependency to fix package validation by @Copilot in https://github.com/trevorwang/retrofit.dart/pull/827
- Fix [#819] match fromJson parameter type in response body by @westito in https://github.com/trevorwang/retrofit.dart/pull/828
- Fix: Support extension types in query parameters by @Copilot in https://github.com/trevorwang/retrofit.dart/pull/829
- Fix code generation for methods with bare generic type parameters by @Copilot in https://github.com/trevorwang/retrofit.dart/pull/832
- Add Uint8List return type support to eliminate conversions with ResponseType.bytes by @Copilot in https://github.com/trevorwang/retrofit.dart/pull/830
- Bump retrofit version to 4.7.3 to match generator dependency by @Copilot in https://github.com/trevorwang/retrofit.dart/pull/834
- Bump version from 4.7.3 to 4.8.0 by @trevorwang in https://github.com/trevorwang/retrofit.dart/pull/837
New Contributors
- @AsadpourMohammad made their first contribution in https://github.com/trevorwang/retrofit.dart/pull/787
- @Hinageshi made their first contribution in https://github.com/trevorwang/retrofit.dart/pull/793
- @westito made their first contribution in https://github.com/trevorwang/retrofit.dart/pull/828
Full Changelog: https://github.com/trevorwang/retrofit.dart/compare/retrofit-v4.7.2...retrofit-v4.8.0