dart-style

Installation
SKILL.md

Dart style & layout – Contentstack Dart SDK

When to use

  • Adding new files under lib/ or test/
  • Fixing analyzer or lint findings
  • Choosing import style (package: vs relative) consistent with this repo

Instructions

Layout

  • Public API: lib/contentstack.dart and lib/src/
  • Tests: test/*.dart alongside optional scripts like test/run_test.sh
  • Analyzer config: root analysis_options.yaml

Conventions reflected in analysis_options.yaml

Installs
1
GitHub Stars
3
First Seen
Jul 16, 2026
dart-style — contentstack/contentstack-dart