spectra_schema 2.0.0 copy "spectra_schema: ^2.0.0" to clipboard
spectra_schema: ^2.0.0 copied to clipboard

A powerful Dart code generator that transforms your data classes into JSON Schema, OpenAPI, and Protobuf specifications. Perfect for AI integrations and API documentation.

example/lib/example.dart

/// Spectra example library.
///
/// Demonstrates usage of Spectra annotations for schema generation.
library;

export 'models/user.dart';
export 'models/product.dart';
export 'models/result.dart';
0
likes
150
points
2
downloads

Publisher

verified publishersylphx.com

Weekly Downloads

A powerful Dart code generator that transforms your data classes into JSON Schema, OpenAPI, and Protobuf specifications. Perfect for AI integrations and API documentation.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

analyzer, build, collection, freezed_annotation, json_annotation, meta, source_gen

More

Packages that depend on spectra_schema