genesis_taxonomy 0.1.0
genesis_taxonomy: ^0.1.0 copied to clipboard
Schema-first node vocabulary: one catalog classifies the node species; codegen emits the Dart factory registry and the LLM tool schema (ADR-0002).
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add genesis_taxonomyWith Flutter:
$ flutter pub add genesis_taxonomyThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
genesis_taxonomy: ^0.1.0Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:genesis_taxonomy/genesis_taxonomy.dart';