dev-workflow
Installation
SKILL.md
Dev workflow – Contentstack Dart SDK
When to use
- Starting work in this repository or onboarding
- Before opening a PR (verify analyze, tests, format)
- After editing JSON-serializable models or
partfiles
Instructions
Dependencies and codegen
- Install deps:
dart pub get - If you change files that use
json_serializable/part '*.g.dart', run:
dart run build_runner build --delete-conflicting-outputs
Generated files are excluded from manual lint inanalysis_options.yaml