blob: d4c931ccf6cc0990564d488228a32fb3f68758c0 [file] [edit]
# Copyright (c) 2025, the Dart project authors. Please see the AUTHORS file
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE file.
name: example
description: 'Demonstrates using swiftgen'
version: 0.1.0
publish_to: 'none'
environment:
sdk: '>=3.9.0 <4.0.0'
dependencies:
ffi: ^2.1.0
ffigen: ^20.1.1
logging: ^1.3.0
objective_c: ^9.2.3
pub_semver: ^2.2.0
swift2objc: ^0.1.0
swiftgen:
path: ..
dev_dependencies:
dart_flutter_team_lints: ^3.5.2
test: ^1.21.1
dependency_overrides:
code_assets:
path: ../../code_assets/
ffigen:
path: ../../ffigen/
hooks:
path: ../../hooks/
native_toolchain_c:
path: ../../native_toolchain_c/
objective_c:
path: ../../objective_c/
swift2objc:
path: ../../swift2objc/