dna_dart 1.1.0
dna_dart: ^1.1.0 copied to clipboard
The DNA of all of our Dart projects - Dart specific configs, docs and agent skills inherited via gg_dna, layered on top of base_dna.
example/dna_dart_example.dart
// @license
// Copyright (c) 2026 ggsuite
//
// Use of this source code is governed by terms that can be
// found in the LICENSE file in the root of this package.
import 'package:dna_dart/dna_dart.dart';
/// Prints the version of the DNA this repository inherits from.
void main() {
print('This repository inherits from dna_dart $dnaDartVersion.');
}