base_dna 1.1.2 copy "base_dna: ^1.1.2" to clipboard
base_dna: ^1.1.2 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.');
}
0
likes
150
points
373
downloads

Documentation

API reference

Publisher

verified publisherinlavigo.com

Weekly Downloads

The base DNA of our projects - shared configs, docs, scripts and agent skills inherited by every repository via gg_dna.

License

MIT (license)

More

Packages that depend on base_dna