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.
// @license
// Copyright (c) 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.');
}