Files
peyawallet/third_party/cnativeapi/pubspec.yaml
T
Codex Bot 6f86a17600
build / Build Linux wallet (push) Failing after 2m15s
build / Build Windows wallet (push) Has been cancelled
Vendor cnativeapi for older Linux GLib
2026-04-11 11:01:11 +02:00

35 lines
606 B
YAML

name: cnativeapi
description: "Native API C bindings for Flutter"
version: 0.1.0
homepage: https://github.com/libnativeapi/nativeapi-flutter
resolution: workspace
environment:
sdk: ">=3.9.0 <4.0.0"
flutter: ">=3.35.0"
dependencies:
ffi: ">=1.2.1 <3.0.0"
flutter:
sdk: flutter
dev_dependencies:
ffigen: ^13.0.0
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
flutter:
plugin:
platforms:
android:
ffiPlugin: true
ios:
ffiPlugin: true
linux:
ffiPlugin: true
macos:
ffiPlugin: true
windows:
ffiPlugin: true