blob: 0bcf0da9b4a17f48a69c0ff550b6e367fd00f447 [file] [log] [blame] [edit]
# Copyright (c) 2024, 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: objective_c
description: 'A library to access Objective C from Flutter that acts as a support library for package:ffigen.'
version: 9.0.0-dev.0
repository: https://github.com/dart-lang/native/tree/main/pkgs/objective_c
issue_tracker: https://github.com/dart-lang/native/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Aobjective_c
topics:
- interop
- ffi
- objective-c
- codegen
environment:
sdk: '>=3.8.0 <4.0.0'
flutter: '>=3.32.0'
dependencies:
ffi: ^2.1.0
flutter:
sdk: flutter
pub_semver: ^2.1.4
dev_dependencies:
args: ^2.6.0
dart_flutter_team_lints: ^3.5.2
ffigen: ^20.0.0-dev.0
flutter_test:
sdk: flutter
native_test_helpers:
path: ../native_test_helpers/
path: ^1.9.0
test: ^1.21.1
yaml: ^3.1.0
dependency_overrides:
ffigen:
path: ../ffigen/
flutter:
plugin:
platforms:
ios:
ffiPlugin: true
macos:
ffiPlugin: true