dna_dart 1.2.1 copy "dna_dart: ^1.2.1" to clipboard
dna_dart: ^1.2.1 copied to clipboard

The DNA of all of our Dart projects - Dart specific configs, docs and agent skills inherited via helix, layered on top of dna_base.

dna_dart #

The DNA of all of our Dart projects. Builds on dna_base and adds the Dart-specific layer, inherited via helix:

  • dna/dot-vscode/settings.overrides.json — Dart editor settings merged into the base settings
  • dna/dot-vscode/extensions.overrides.json — Dart extension recommendations (array join)
  • dna/dot-vscode/launch.json, tasks.json — Dart launch/test tooling
  • dna/test/dna/dna-test.dart — the DNA wrapper test shipped to Dart consumers (instantiated as test/dna/dna_test.dart)

Dotfiles carry a dot- prefix inside dna/ and lose it when instantiated (dna/dot-vscode/….vscode/…). Without the escape dart pub publish drops them, and the layer would reach consumers incomplete.

Usage #

dart pub add dna_dart dev:helix
helix init

The placed test instantiates and verifies the DNA on every test run (dna_base is pulled in transitively).

Development #

role: "dna" in dna/_dna.json: the dna/ folder is authored by hand. The repo instantiates its own DNA — run dart test after changes; commit first (a file the DNA would overwrite must not carry uncommitted work). During development gg_localize_refs points the dna_base dependency at the local checkout; the DNA config itself never holds paths.

0
likes
160
points
489
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

The DNA of all of our Dart projects - Dart specific configs, docs and agent skills inherited via helix, layered on top of dna_base.

Repository (GitHub)
View/report issues

License

MIT (license)

More

Packages that depend on dna_dart