swagger_to_dart 0.0.8 swagger_to_dart: ^0.0.8 copied to clipboard
Convert Swagger to Dart using freezed and retrofit support only 3.1.0 openApi
0.0.1 #
- Initial version.
0.0.2 #
- Add main.dart to the example
0.0.3 #
- Add description and documentation to the generation
0.0.4 #
- Fix multi line description
0.0.5 #
- Fix multi part as class
0.0.6 #
- Fix bugs
0.0.7 #
- Add
@deprecated
annotation - Fix
@JsonKey(name: '')
name, was changing the name to snake_case
0.0.8 #
- Fix read the
JsonKey.name
from swaggerkey
instead of thetitle