phorm_generator 1.0.0 copy "phorm_generator: ^1.0.0" to clipboard
phorm_generator: ^1.0.0 copied to clipboard

SQL Table Schema Generator for Flutter

Changelog #

1.0.0 #

  • First stable release.
  • Automatically generates optimized SQL schemas (tables, indices, foreign keys) and DDL from annotations.
  • Produces type-safe relational model mixins (_$PhormModelMixin) and pluralized service accessors.
  • Provides highly optimized _$PhormModelFromJson methods for fast JSON mapping.
  • Integrates with build_runner and source_gen for hot-reloadable, automated code generation.