13 lines
267 B
YAML
13 lines
267 B
YAML
# PUBLIC DOMAIN - NO LICENSE, NO WARRANTY
|
|
# Copyright 2025 TimeHexOn & foxhop & russell@unturf
|
|
# https://www.permacomputer.com
|
|
|
|
name: ai_examples
|
|
description: AI API examples in Dart
|
|
version: 1.0.0
|
|
|
|
environment:
|
|
sdk: '>=2.17.0 <4.0.0'
|
|
|
|
dependencies:
|
|
http: ^1.2.0
|