contentstack-dart-sdk
Installation
SKILL.md
Contentstack Dart SDK (API) – Contentstack Dart SDK
When to use
- Adding or changing exported types in
lib/contentstack.dart - Working on
Stack, content types, entries, queries, assets, image transforms, sync, or live preview - Defining or handling SDK errors and response models
Instructions
Entry points
- Main library:
lib/contentstack.dartre-exportssrc/modules—prefer exporting new public types from there - Core client:
lib/src/stack.dartand relatedentry.dart,query.dart,contenttype.dart,asset.dart,image_transform.dart
API boundaries
- This package targets Content Delivery API usage (read/query published content), not Management API operations
- HTTP is performed via the
httppackage; see ../runtime-and-http/SKILL.md