odata_model_generator 1.1.0 copy "odata_model_generator: ^1.1.0" to clipboard
odata_model_generator: ^1.1.0 copied to clipboard

A Dart package to generate models from OData metadata files.

Changelog #

1.1.0 - 2025-08-16 #

  • CLI BREAKING CHANGE: Now supports mutually exclusive -c (CSV only) and -g (generate models only) flags.
  • Hive support: Generates Hive-compatible model classes and a hive.csv file automatically if present.
  • Removed old -h/--hive and --hive-csv flags. CLI is now simpler and more robust.
  • Updated documentation and usage instructions for new CLI behavior.
  • Added Hive support: generate Hive-compatible model classes and CSV utility.
  • Added CSV utility: generates a hive.csv file listing all generated classes and their typeId values in the output directory.
  • Updated CLI: new options for advanced model and CSV generation (now replaced by -c/-g in 1.2.0).

1.0.0 - 2025-07-30 #

  • Initial release of odata_model_generator.
  • Generates Dart models from OData CSDL XML metadata.
  • Integrates with json_annotation for serialization.
0
likes
120
points
5
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Dart package to generate models from OData metadata files.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

args, path, recase, xml

More

Packages that depend on odata_model_generator