| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-10-25 | 2.3 kB | |
| v10.1.0 source code.tar.gz | 2025-10-25 | 560.5 kB | |
| v10.1.0 source code.zip | 2025-10-25 | 1.0 MB | |
| Totals: 3 Items | 1.6 MB | 0 | |
What's Changed
- 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
Full Changelog: https://github.com/trevorwang/retrofit.dart/compare/v10.0.6...v10.1.0