blob: 8f1310dbf6853a0a4890d8b6fe0f68c6ebf08dcb [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: 2.0.0
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:
ffi: ^2.1.0
flutter:
sdk: flutter
plugin_platform_interface: ^2.0.2
yaml: ^3.1.0
dev_dependencies:
coverage: ^1.8.0
dart_flutter_team_lints: ^2.0.0
ffigen: ^14.0.0
flutter_lints: ^3.0.0
flutter_test:
sdk: flutter
test: ^1.21.1
dependency_overrides:
ffigen:
path: ../ffigen/
flutter:
plugin:
platforms:
ios:
ffiPlugin: true
macos:
ffiPlugin: true