add Dart/headless example
This commit is contained in:
15
examples/dart/cli_headless/pubspec.yaml
Normal file
15
examples/dart/cli_headless/pubspec.yaml
Normal 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
|
||||
Reference in New Issue
Block a user