swagger_parser 0.5.1
swagger_parser: ^0.5.1 copied to clipboard
Generate REST clients and data classes from swagger json file
0.5.1 #
- Fixed problem with default value in freezed template
0.5.0 #
- Objects are now recognized and are being generated as DTO's
- Fixed some problems with defaultValue
- Fixed some problems with return type
- Fixed some problems with naming parameters whose names are similar to dart keywords
0.4.1 #
- Fixed a problem with parameters whose names are similar to dart keywords
- Fixed a problem with postfix in file import
0.4.0 #
- Add support for
defaultannotations - Add enum support for dart
- Fixed errors with Multipart
- Fixed errors with Kotlin types
0.3.1 #
- Fixed error with
@in url path - Fix the problem with
numbertype to mapdouble - Fix the problem with
objecttype to map DartObject - Updates the README with instructions and steps to generate the code
0.3.0 #
- Add support for
requiredannotations - Fixed error with rest client parameters type in OpenApi v2
0.2.4 #
- Fixed error with
.and,in url path
0.2.3 #
- Fixed error in MultiPart with single
$ref
0.2.2 #
- Remove swagger_parser section from pubspec.yaml
- Update dependencies in example
0.2.1 #
- Fixed README
- Fixed workflow files
0.2.0 #
- Fixed errors with generation of data classes containing
allOf - Fixed errors with templates
- Add web interface for package https://carapacik.github.io/swagger_parser
- Add generator tests
0.1.0 #
- Initial release