blob: 5d104274d3eeb1ec0a5ffb06a4f81c0fa47e58ea [file] [log] [blame]
# 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: 0.0.1-wip
repository: https://github.com/dart-lang/native/tree/main/pkgs/objective_c
topics:
- interop
- ffi
- objective_c
- codegen
environment:
sdk: '>=3.3.0 <4.0.0'
flutter: '>=3.3.0'
dependencies:
flutter:
sdk: flutter
ffi: ^2.1.0
plugin_platform_interface: ^2.0.2
dev_dependencies:
ffigen: ^11.0.0
flutter_test:
sdk: flutter
flutter_lints: ^3.0.0
flutter:
plugin:
platforms:
ios:
ffiPlugin: true
macos:
ffiPlugin: true