dna_base 0.3.1
dna_base: ^0.3.1 copied to clipboard
Shared base DNA: configs, docs, scripts and agent skills for repos
example/dna_base_example.dart
// @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_base/dna_base.dart';
/// Prints the version of the DNA this repository inherits from.
void main() {
print('This repository inherits from dna_base $dnaBaseVersion.');
}