blob: a6f241e562fe7a4e9f509e50469158886f9593c9 [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: 8.1.0-wip
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.6.0 <4.0.0'
flutter: '>=3.22.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.1
ffigen: ^19.1.0
flutter_lints: ^5.0.0
flutter_test:
sdk: flutter
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