supabase_model_generator 0.1.1
supabase_model_generator: ^0.1.1 copied to clipboard
A powerful code generator that automatically creates Dart models and repositories from your Supabase database schema, streamlining your development workflow.
Changelog #
0.1.1 #
- Fixed builder factory name
- Improved config file loading logic
- Added better error messages for config file loading
- Fixed config file path handling
0.1.0 #
Initial release with the following features:
- Automatic model generation from Supabase schema
- Type-safe repository classes with CRUD operations
- Support for relationships and custom configurations
- Built-in null safety support
- Customizable code generation options