dna_dart 1.2.1
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.
Changelog #
1.2.1 - 2026-08-20 #
1.2.0 - 2026-08-14 #
Fixed #
- Cleanup copy right headers. Update to dart 3.13. Auto fixes.
- Cleanup copy right headers. Update to dart 3.13. Auto fixes. Setup quick-check pipeline.
1.0.2 - 2026-08-08 #
Added #
example/dna_dart_example.dart— pub.dev expects an example folder, and the sibling DNA packages ship the same one-liner.- Add missing example
Changed #
- Resolve DNA like dart or npm packages
- Set version back to 1
- Update dependencies
Fixed #
- Fix issues in markdown overrides
- Fix versions
Removed #
dna/doc/develop.overrides.md. dna_base'sdevelop.mddescribes the uniform gg workflow (gg do commit,gg do publish) and carries no[@tag]anchors any more, so the Dart-specific command blocks had nothing left to override — the engine reported them as skipped on every run. dna-ts dropped its pnpm counterpart for the same reason.
1.0.0 - 2026-08-05 #
Added #
- Dart layer on top of dna_base (helix 5.0 replica layout)
.vscode/settings.overrides.json+extensions.overrides.json(Dart keys and extensions merged into the base files)launch.jsonandtasks.jsonfor Dart debugging and coveragedoc/develop.overrides.md— Dart flavor of the ticket workflowtest/dna/dna-test.dart— the DNA wrapper test shipped to consumers- Pure Dart package (pub.dev), project structure from
gg_template_project;
role: "dna"with self-instantiation