ruapu/dart/pubspec.yaml
2024-10-14 11:53:27 +08:00

18 lines
306 B
YAML

name: dartHello
version: 0.0.1
description: >-
A super simple example of calling C code from Dart with FFI
# This example isn't intended for publishing on pub.dev.
publish_to: none
environment:
sdk: ^3.4.0
dependencies:
path: ^1.9.0
ffi: ^1.0.0
dev_dependencies:
lints: ^4.0.0
test: ^1.25.0