synquill_gen 0.5.0 copy "synquill_gen: ^0.5.0" to clipboard
synquill_gen: ^0.5.0 copied to clipboard

Code generator for the Offline-first Dart data engine with background JSON API sync and custom retry logic.

synquill_gen #

This package contains builder and code generation logic for the synquill ecosystem. It is intended to be used as a dev dependency alongside the main synquill package.

Features #

  • Code generators for models and repositories
  • Integrates with build_runner and source_gen

Getting started #

Add this package as a dev dependency in your pubspec.yaml:

dev_dependencies:
  # Code generation tool - required for synquill
  build_runner: ^2.4.15
  synquill_gen: any

Usage #

Run code generation with:

dart run build_runner build
0
likes
130
points
21
downloads

Publisher

verified publishersynquill.dev

Weekly Downloads

Code generator for the Offline-first Dart data engine with background JSON API sync and custom retry logic.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

analyzer, build, build_resolvers, drift_dev, glob, json_annotation, json_serializable, logging, meta, source_gen, synquill_utils

More

Packages that depend on synquill_gen