declarative_sqlite_generator 1.0.2 copy "declarative_sqlite_generator: ^1.0.2" to clipboard
declarative_sqlite_generator: ^1.0.2 copied to clipboard

A build generator that generates data classes for interacting with table rows and view rows from declarative_sqlite schemas.

1.0.2 #

Updates #

  • Updated to use declarative_sqlite ^1.0.2
  • Aligned with foreign key removal changes

1.0.1 #

Updates #

  • Updated to use declarative_sqlite ^1.0.1
  • Added missing dependencies (glob, logging, path) for proper pub.flutter-io.cn publication
  • Updated documentation to remove build.yaml requirement

1.0.0 #

Features #

  • @GenerateDbRecord annotation for generating typed record classes
  • @DbSchema() annotation for marking schema definition functions
  • Automatic discovery of schema functions (no build.yaml required)
  • Code generation for typed getters and setters
  • Build system integration with build_runner

Code Generation #

  • Generates .db.dart part files with typed accessors
  • Type-safe database record operations
  • Automatic schema analysis and code generation

Documentation #

  • Complete setup guide without build.yaml configuration
  • Usage examples with proper annotations
  • Integration with DeclarativeSQLite core package
1
likes
40
points
241
downloads

Publisher

verified publisherlinden.no

Weekly Downloads

A build generator that generates data classes for interacting with table rows and view rows from declarative_sqlite schemas.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

analyzer, build, build_config, code_builder, dart_style, declarative_sqlite, glob, logging, path, source_gen

More

Packages that depend on declarative_sqlite_generator