-
Notifications
You must be signed in to change notification settings - Fork 65
/
Copy pathpubspec.yaml
48 lines (41 loc) · 1.07 KB
/
pubspec.yaml
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
48
# 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: 7.0.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.4.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
coverage: ^1.11.0
dart_flutter_team_lints: ^2.0.0
ffigen: ^18.0.0
flutter_lints: ^3.0.0
flutter_test:
sdk: flutter
test: ^1.21.1
yaml: ^3.1.0
dependency_overrides:
ffigen:
path: ../ffigen/
flutter:
plugin:
platforms:
ios:
ffiPlugin: true
macos:
ffiPlugin: true