supabase_codegen 1.4.0 copy "supabase_codegen: ^1.4.0" to clipboard
supabase_codegen: ^1.4.0 copied to clipboard

A codegen library that grabs and generates classes from Supabase tables and enums in Dart.

1.4.0 - 2025-04-13 #

Features #

  • return non-function default values set in database for unset fields in generated row class

1.3.0 - 2025-04-13 #

Features #

  • add Flutter support
  • implement example Flutter project

Bug Fixes #

  • add http dependency

1.2.0 - 2025-04-01 #

Features #

  • toJson method added to generated row data class

Bug Fixes #

  • suppress analyzer warnings for capitalized enum members
  • DateTime not correctly copied in copyWith

1.1.0 - 2025-03-18 #

Features #

  • generate_types: add command line option to skip footer
  • generate_types: add help option to display command line options usage
  • extensions: add JSON extension for cleaning null key-value pairs
  • generate_table: update fromJson factory to use cleaned data map
  • generators: add ignore_for_file comment for trailing commas in generated files

Bug Fixes #

  • generate_types: update copyWith methods to use fromJson constructor

Refactor #

  • generators: modularize code by separating into dedicated files
  • generators: move generators to lib folder

1.0.1 - 2025-03-10 #

Ensured version written in footer in sync with package version.

1.0.0 - 2025-03-10 #

First release!

7
likes
140
points
285
downloads

Publisher

verified publisherkhuwn.com

Weekly Downloads

A codegen library that grabs and generates classes from Supabase tables and enums in Dart.

Repository (GitHub)
View/report issues

License

GPL-3.0 (license)

Dependencies

args, change_case, collection, dotenv, flutter_dotenv, http, latlng, logger, meta, mock_supabase_http_client, path, quiver, supabase, supabase_flutter, yaml

More

Packages that depend on supabase_codegen