synquill_gen 0.5.0
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_runnerandsource_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