swagger_parser 0.5.0 copy "swagger_parser: ^0.5.0" to clipboard
swagger_parser: ^0.5.0 copied to clipboard

Generate REST clients and data classes from swagger json file

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 default annotations
  • 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 number type to map double
  • Fix the problem with object type to map Dart Object
  • Updates the README with instructions and steps to generate the code

0.3.0 #

  • Add support for required annotations
  • 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 #

0.1.0 #

  • Initial release
85
likes
0
pub points
80%
popularity

Publisher

verified publishercarapacik.dev

Generate REST clients and data classes from swagger json file

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, collection, path, yaml

More

Packages that depend on swagger_parser