phorm_annotations 1.2.0
- Added
generateFullServiceto@Schema(defaults totrue). 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.