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

Package that generates REST clients and data classes from OpenApi definition file

example/README.md

  • Put your schema file from swagger and add the path to it in pubspec.yaml #

  • Set the output directory in pubspec.yaml #

  • Run command below to generate rest clients and data classes: #

dart run swagger_parser
  • For freezed with retrofit use build.yaml file with this content: #

global_options:
  freezed:
    runs_before:
      - json_serializable
  json_serializable:
    runs_before:
      - retrofit_generator
  • Run code generation with build_runner for json_seializable(freezed) and retrofit with command: #

dart run build_runner build
  • Clients and models are generated! #

70
likes
160
pub points
83%
popularity

Publisher

verified publishercarapacik.dev

Package that generates REST clients and data classes from OpenApi definition file

Repository (GitHub)
View/report issues
Contributing

Topics

#swagger #openapi #codegen #api #rest

Documentation

API reference

License

MIT (license)

Dependencies

args, collection, meta, path, yaml

More

Packages that depend on swagger_parser