add Dart/headless example

This commit is contained in:
Nick Fisher
2025-06-18 13:08:51 +08:00
parent 86e0f7740f
commit 21e8cf0d11
6 changed files with 87 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
name: example_cli
description: A sample command-line application.
version: 1.0.0
environment:
sdk: ^3.3.0
dependencies:
thermion_dart:
path: ../../../thermion_dart
dev_dependencies:
ffigen: ^11.0.0
lints: ^3.0.0
test: ^1.24.0