-
Notifications
You must be signed in to change notification settings - Fork 44
/
pubspec.yaml
47 lines (41 loc) · 1.1 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
# Copyright (c) 2022, 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: jni
description: A library to access JNI from Dart and Flutter that acts as a support library for package:jnigen.
version: 0.12.1-wip
repository: https://github.com/dart-lang/native/tree/main/pkgs/jni
topics:
- interop
- ffi
- java
- kotlin
- jni
environment:
sdk: '>=3.3.0 <4.0.0'
flutter: '>=2.11.0'
dependencies:
args: ^2.5.0
ffi: ^2.1.3
meta: ^1.15.0
package_config: ^2.1.0
path: ^1.9.0
plugin_platform_interface: ^2.1.8
dev_dependencies:
dart_flutter_team_lints: ^3.2.0
## Pin ffigen version because we are depending on internal APIs.
ffigen: 8.0.2
logging: ^1.2.0
test: ^1.25.8
# The following section is specific to Flutter packages.
flutter:
plugin:
platforms:
linux:
ffiPlugin: true
windows:
ffiPlugin: true
android:
ffiPlugin: true
package: com.github.dart_lang.jni
pluginClass: JniPlugin