mvc_swagger_codegen 0.0.6 copy "mvc_swagger_codegen: ^0.0.6" to clipboard
mvc_swagger_codegen: ^0.0.6 copied to clipboard

A command-line tool to generate Provider-based MVC architecture and API controllers directly from a Swagger JSON file.

0.0.6 #

  • Bumped the package version to match the current release.
  • Refined package documentation and public API notes for pub.dev scoring.

0.0.5 #

  • Reworked the package README to present a cleaner pub.dev landing page.
  • Added clearer installation, usage, and generated output sections.
  • Documented the disposable service lifecycle in the published examples.

0.0.4 #

  • Generated service classes now include dispose() to close the state stream controller.
  • Added cleanup guidance to the generated service usage example.

0.0.3 #

  • Added stronger static analysis compatibility by aligning lint setup for a pure Dart package.
  • Improved generator warning output for endpoint names and renamed parameters.
  • Fixed null-aware dead code warnings in the code generator internals.
  • Applied code style updates for if-statements to satisfy brace enforcement rules.

0.0.2 #

  • Improved generated API/model import handling for cleaner output structure.
  • Added better handling for primitive schema refs in properties and array items.
  • Refined operation method naming behavior and fallback logic.

0.0.1 #

  • Initial release of mvc_swagger_codegen CLI.
  • Generates MVC-style structure, models, and API controllers from Swagger/OpenAPI specs.
2
likes
140
points
20
downloads

Documentation

API reference

Publisher

verified publisherimilham.com

Weekly Downloads

A command-line tool to generate Provider-based MVC architecture and API controllers directly from a Swagger JSON file.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

args, path

More

Packages that depend on mvc_swagger_codegen