Skip to content

phorm_annotations 1.2.0

Choose a tag to compare

  • Added generateFullService to @Schema (defaults to true). When set to
    false, the generator skips the large pluralized static service class
    (e.g. Users, with the full CRUD/query API and column constants) and emits
    only the lightweight artefacts (schema, table, fromJson/toJson,
    copyWith). Fully backward compatible — existing models are unaffected.