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.dart re-exports src/ modules—prefer exporting new public types from there
  • Core client: lib/src/stack.dart and related entry.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 http package; see ../runtime-and-http/SKILL.md
Installs
1
GitHub Stars
3
First Seen
9 days ago
contentstack-dart-sdk — contentstack/contentstack-dart