openapi_gen 1.0.0
openapi_gen: ^1.0.0 copied to clipboard
Generates Dart REST clients and data classes from OpenAPI (v2/v3) schemas — no copy-paste required.
1.0.0 #
Initial stable release.
- OpenAPI v2 / v3.0 / v3.1 — JSON and YAML, local file or remote URL
- HTTP client: gio (default) or dio
- Data classes: json_serializable (default), freezed, or dart_mappable
- Path filtering via
include_paths/exclude_paths(supports*/**wildcards) - Tag filtering, parameter exclusion, enum helpers, name replacement rules
- Optional root aggregator client and export barrel file