-
Notifications
You must be signed in to change notification settings - Fork 44
/
pubspec.yaml
38 lines (33 loc) · 983 Bytes
/
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
# 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: jnigen
description: A Dart bindings generator for Java and Kotlin that uses JNI under the hood to interop with Java virtual machine.
version: 0.12.2
repository: https://github.com/dart-lang/native/tree/main/pkgs/jnigen
issue_tracker: https://github.com/dart-lang/native/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Ajnigen
environment:
sdk: '>=3.3.0 <4.0.0'
topics:
- interop
- ffi
- codegen
- java
- jni
dependencies:
args: ^2.5.0
cli_config: '>=0.1.0 <0.3.0'
json_annotation: ^4.9.0
logging: ^1.2.0
meta: ^1.15.0
package_config: ^2.1.0
path: ^1.9.0
pub_semver: ^2.1.4
yaml: ^3.1.2
dev_dependencies:
build_runner: ^2.4.12
dart_flutter_team_lints: ^3.2.0
jni:
path: ../jni
json_serializable: ^6.8.0
test: ^1.25.8