forked from dart-lang/native
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
47 lines (41 loc) · 1.14 KB
/
pubspec.yaml
File metadata and controls
47 lines (41 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# 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.2.2
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.10.0 <4.0.0'
dependencies:
code_assets: ^0.19.0
collection: ^1.19.1
ffi: ^2.1.0
hooks: ^0.20.5
logging: ^1.3.0
native_toolchain_c: ^0.17.2
pub_semver: ^2.1.4
dev_dependencies:
args: ^2.6.0
dart_flutter_team_lints: ^3.5.2
ffigen: ^20.1.0
native_test_helpers:
path: ../native_test_helpers/
path: ^1.9.0
test: ^1.26.2
yaml: ^3.1.0
dependency_overrides:
code_assets:
path: ../code_assets
ffigen:
path: ../ffigen
hooks:
path: ../hooks
native_toolchain_c:
path: ../native_toolchain_c