base_dna 1.1.1
base_dna: ^1.1.1 copied to clipboard
The base DNA of our projects - shared configs, docs, scripts and agent skills inherited by every repository via gg_dna.
example/base_dna_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:base_dna/base_dna.dart';
/// Prints the version of the DNA this repository inherits from.
void main() {
print('This repository inherits from base_dna $baseDnaVersion.');
}